From dcf1e339cb57a6207d9070bf90ded551b10d24da Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Sat, 12 Nov 2022 08:32:37 -0600 Subject: [PATCH] Fix link for language_code setting. I forgot sphinx link formatting. --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 7e6cbd677..2e20c454c 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -158,9 +158,9 @@ Toolbar options render the toolbar in a different language than what the application is rendered in. For example, if you wish to use English for development, but want to render your application in French, you would set this to - ``"en-us"`` and (``LANGUAGE_CODE``)[https://docs.djangoproject.com/en/stable/ref/settings/#std-setting-LANGUAGE_CODE] - to ``"fr"``. + ``"en-us"`` and `settings.LANGUAGE_CODE`_ to ``"fr"``. +.. _settings.LANGUAGE_CODE: https://docs.djangoproject.com/en/stable/ref/settings/#std-setting-LANGUAGE_CODE Panel options ~~~~~~~~~~~~~