From a304d7a56563b16ca98d9b45ebed521c52f6347c Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 14 Sep 2012 20:10:43 +0200 Subject: backup WIP --- templates/reboot.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/reboot.html (limited to 'templates/reboot.html') diff --git a/templates/reboot.html b/templates/reboot.html new file mode 100644 index 0000000..b9f0c54 --- /dev/null +++ b/templates/reboot.html @@ -0,0 +1,22 @@ +{% extends "base.html" %} +{% block body %} +

System Reboot

+ +{% if status == 'rebooting' %} + +Rebooting! This interface will stop working in a few seconds, check back in a +minute or two... + +{% else %} +
+Are you sure you'd like to restart? This could have reprecussions! +
+ + +
+{% endif %} + +{% endblock %} -- cgit v1.2.3