Skip to content

Commit dcf1e33

Browse files
committed
Fix link for language_code setting.
I forgot sphinx link formatting.
1 parent 4b5d017 commit dcf1e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ Toolbar options
158158
render the toolbar in a different language than what the application is
159159
rendered in. For example, if you wish to use English for development,
160160
but want to render your application in French, you would set this to
161-
``"en-us"`` and (``LANGUAGE_CODE``)[https://docs.djangoproject.com/en/stable/ref/settings/#std-setting-LANGUAGE_CODE]
162-
to ``"fr"``.
161+
``"en-us"`` and `settings.LANGUAGE_CODE`_ to ``"fr"``.
163162

163+
.. _settings.LANGUAGE_CODE: https://docs.djangoproject.com/en/stable/ref/settings/#std-setting-LANGUAGE_CODE
164164

165165
Panel options
166166
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)