diff --git a/bloggy/templates/errors/404.html b/bloggy/templates/errors/404.html index 1021b32..19201b0 100644 --- a/bloggy/templates/errors/404.html +++ b/bloggy/templates/errors/404.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base-with-header.html" %} {% load static %} {% load custom_widgets %} {% load define_action %} diff --git a/bloggy/templates/errors/500.html b/bloggy/templates/errors/500.html index ea0c711..ffa80f6 100644 --- a/bloggy/templates/errors/500.html +++ b/bloggy/templates/errors/500.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base-with-header.html" %} {% block content %}

{{ errorCode }}