From ced83335a5a338cb9c24956b96da526465d94df8 Mon Sep 17 00:00:00 2001 From: ficus Date: Sat, 15 Sep 2012 22:50:14 +0200 Subject: refactor to distributable format --- torouterui/templates/reboot.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 torouterui/templates/reboot.html (limited to 'torouterui/templates/reboot.html') diff --git a/torouterui/templates/reboot.html b/torouterui/templates/reboot.html new file mode 100644 index 0000000..b9f0c54 --- /dev/null +++ b/torouterui/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