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 --- failure.html | 7 ------- success.html | 7 ------- wk9/lect/froshims/templates/failure.html | 7 +++++++ wk9/lect/froshims/templates/success.html | 7 +++++++ 4 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 failure.html delete mode 100644 success.html create mode 100644 wk9/lect/froshims/templates/failure.html create mode 100644 wk9/lect/froshims/templates/success.html diff --git a/failure.html b/failure.html deleted file mode 100644 index f1322c1..0000000 --- a/failure.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "layout.html" %} - -{% block body %} - - You are not registered! - -{% endblock %} diff --git a/success.html b/success.html deleted file mode 100644 index b79e45b..0000000 --- a/success.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "layout.html" %} - -{% block body %} - - You are registered! (Not really) - -{% endblock %} 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 %} diff --git a/wk9/lect/froshims/templates/success.html b/wk9/lect/froshims/templates/success.html new file mode 100644 index 0000000..b79e45b --- /dev/null +++ b/wk9/lect/froshims/templates/success.html @@ -0,0 +1,7 @@ +{% extends "layout.html" %} + +{% block body %} + + You are registered! (Not really) + +{% endblock %} -- cgit v1.2.3