Przeglądaj źródła

Fix template directories for the sandbox site.

master
Alexander Gaevsky 8 lat temu
rodzic
commit
f7787bc4f3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      sites/sandbox/settings.py

+ 1
- 1
sites/sandbox/settings.py Wyświetl plik

@@ -123,7 +123,7 @@ TEMPLATES = [
123 123
     {
124 124
         'BACKEND': 'django.template.backends.django.DjangoTemplates',
125 125
         'DIRS': [
126
-            location('_site/templates'),
126
+            location('templates'),
127 127
             oscar.OSCAR_MAIN_TEMPLATE_DIR,
128 128
         ],
129 129
         'OPTIONS': {

Ładowanie…
Anuluj
Zapisz