Przeglądaj źródła

Add `django.template.context_processors.i18n` context processor to the getting started documentation, necessary for the language switcher display.

master
Alexander Gaevsky 9 lat temu
rodzic
commit
48c0dbcabe
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      docs/source/internals/getting_started.rst

+ 1
- 0
docs/source/internals/getting_started.rst Wyświetl plik

@@ -74,6 +74,7 @@ context processors.
74 74
                     'django.template.context_processors.debug',
75 75
                     'django.template.context_processors.request',
76 76
                     'django.contrib.auth.context_processors.auth',
77
+                    'django.core.context_processors.i18n',
77 78
                     'django.contrib.messages.context_processors.messages',
78 79
 
79 80
                     'oscar.apps.search.context_processors.search_form',

Ładowanie…
Anuluj
Zapisz