summaryrefslogtreecommitdiffstats
path: root/webapp/templates/admin_settings_from_email_test.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/templates/admin_settings_from_email_test.html')
-rw-r--r--webapp/templates/admin_settings_from_email_test.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/webapp/templates/admin_settings_from_email_test.html b/webapp/templates/admin_settings_from_email_test.html
new file mode 100644
index 0000000000..1af151d954
--- /dev/null
+++ b/webapp/templates/admin_settings_from_email_test.html
@@ -0,0 +1,13 @@
+{%extends "admin_base.html"%}
+{%block title1%}Settings{%endblock%}
+{%block body%}
+
+<h1>From Email</h1>
+
+<b>Status</b>
+<pre style="border: 1px solid gray; min-height: 10px;">{{status}}</pre>
+<b>Email</b>
+<pre style="border: 1px solid gray; min-height: 10px;">{{address}}</pre>
+
+{%endblock%}
+