diff --git a/matemat/settings.py b/matemat/settings.py index 3d46b3a..05daf99 100644 --- a/matemat/settings.py +++ b/matemat/settings.py @@ -23,7 +23,7 @@ SECRET_KEY = 'zh89m5)ymj)&9avuzbkzetfa%wdmxz$_$tx#ps4-#&_2c8e=!o' DEBUG = True TEMPLATE_DEBUG = True -TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'matecnt', 'templates')] +TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'templates')] ALLOWED_HOSTS = [] diff --git a/matecnt/templates/base.html b/templates/base.html similarity index 100% rename from matecnt/templates/base.html rename to templates/base.html diff --git a/matecnt/templates/checkout.html b/templates/checkout.html similarity index 100% rename from matecnt/templates/checkout.html rename to templates/checkout.html diff --git a/matecnt/templates/drinks.html b/templates/drinks.html similarity index 100% rename from matecnt/templates/drinks.html rename to templates/drinks.html diff --git a/matecnt/templates/users.html b/templates/users.html similarity index 100% rename from matecnt/templates/users.html rename to templates/users.html