diff --git a/project/settings.py b/project/settings.py index e72c3c78..24ee180e 100644 --- a/project/settings.py +++ b/project/settings.py @@ -84,6 +84,7 @@ TEMPLATES = [ 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [ 'project', + 'templates', ], 'OPTIONS': { 'context_processors': [ diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 00000000..af3ad472 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,13 @@ +{% extends "templates/lilcity/index.html" %} {% load static %} +{% load static %} + +{% block content %} +