From 52f3ef360087fb26575cf1ba0a65ab56d2d84ca2 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:51:40 +0000 Subject: Tue, Jul 9, 2024, 2:51 AM -07:00 --- failure.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 failure.html (limited to 'failure.html') diff --git a/failure.html b/failure.html new file mode 100644 index 0000000..f1322c1 --- /dev/null +++ b/failure.html @@ -0,0 +1,7 @@ +{% extends "layout.html" %} + +{% block body %} + + You are not registered! + +{% endblock %} -- cgit v1.2.3