diff --git a/tldtest/templates/404.html b/tldtest/templates/404.html index e6be426..b4282ef 100644 --- a/tldtest/templates/404.html +++ b/tldtest/templates/404.html @@ -1,5 +1,11 @@ {% extends "base.html" %} {% block title %}Error 404{% endblock %} {% block content %} - +
+
+
+ +
+
+
{% endblock content %} diff --git a/tldtest/templates/500.html b/tldtest/templates/500.html index 8446050..b9276fc 100644 --- a/tldtest/templates/500.html +++ b/tldtest/templates/500.html @@ -1,5 +1,11 @@ {% extends "base.html" %} {% block title %}Error 404{% endblock %} {% block content %} - +
+
+
+ +
+
+
{% endblock content %}