Skip to content

Commit

Permalink
Fix link for language_code setting.
Browse files Browse the repository at this point in the history
I forgot sphinx link formatting.
  • Loading branch information
tim-schilling committed Nov 12, 2022
1 parent 4b5d017 commit dcf1e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.rst
Expand Up @@ -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
~~~~~~~~~~~~~
Expand Down

0 comments on commit dcf1e33

Please sign in to comment.