From 063b7dffebfaaa99bca9bc1ec9e3293cb33188b4 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 4 Jun 2021 00:44:20 +0530 Subject: addde message template and 401 handler --- app/templates/message.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/templates/message.html (limited to 'app/templates/message.html') diff --git a/app/templates/message.html b/app/templates/message.html new file mode 100644 index 0000000..24603ef --- /dev/null +++ b/app/templates/message.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} +{% block title %}Message{% endblock %} +{% block head %} + {{ super() }} +{% endblock %} +{% block content %} +
+
+ {% if code is defined %} +

{{code}}

+ {% endif %} +

{{ message }}

+ +

Click here to go home.

+
+
+{% endblock %} \ No newline at end of file -- cgit v1.2.3