diff --git a/templates/404.html b/templates/404.html index b9f9d8b..e9b9117 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,6 +1,7 @@ + {% load static %} 404 - Page not found diff --git a/templates/500.html b/templates/500.html index 16b9f82..624ceee 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,6 +1,7 @@ + {% load static %} 500 - Server Error