From ab0c61fb21cde748af5a1dca0afc99aa40ecd9f9 Mon Sep 17 00:00:00 2001 From: kthomasak Date: Fri, 27 Mar 2020 13:11:04 -0800 Subject: [PATCH] create secure duplicate of base.html but removed organization from view as it shows in base --- bmsapp/templates/bmsapp/secure.html | 115 ++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 bmsapp/templates/bmsapp/secure.html diff --git a/bmsapp/templates/bmsapp/secure.html b/bmsapp/templates/bmsapp/secure.html new file mode 100644 index 0000000..bdc93a9 --- /dev/null +++ b/bmsapp/templates/bmsapp/secure.html @@ -0,0 +1,115 @@ +{% load staticfiles %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% block head %}{% endblock %} + XYZ Remote Monitoring + + + + + + +
+
+

+ XYZ Remote Monitoring +

+
+
+ +
+ +

{% block title %}{% endblock %}

+ + {% block content %}{% endblock %} +
+ +
+ {% block fullwidth %}{% endblock %} +
+ +
+
+
+
+ AHFC Logo +
+
+

Thanks to the Alaska Housing Finance Corporation for funding development of most + of this application.

+
+
+
+
+ +
+ +
+ + + {% block scripts %}{% endblock %} + + + + \ No newline at end of file -- 2.26.2