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