From 767c8aff10169ae02b64725c5932ffaca325800b Mon Sep 17 00:00:00 2001 From: George Lacey Date: Mon, 10 May 2021 19:02:01 +0100 Subject: [PATCH] Change div to main --- borgweb/borg/templates/404.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/borgweb/borg/templates/404.html b/borgweb/borg/templates/404.html index 02683ae..65af47d 100644 --- a/borgweb/borg/templates/404.html +++ b/borgweb/borg/templates/404.html @@ -1,7 +1,7 @@ {% extends "borg/base.html" %} {% load static %} -{% block title %}Not Found{% endblock %} +{% block title %}404: Not Found{% endblock %} {% block script %} {% endblock %} @@ -11,7 +11,7 @@ html, body { height: 80%; } - text-container { + main { display: flex; align-items: center; background-color: aliceblue; @@ -21,11 +21,11 @@ html, body { {% block body %} -
+
-

Page not found!

+

404: Page Not Found

-
+ {% endblock %}