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 --- templates/reboot.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 templates/reboot.html (limited to 'templates/reboot.html') diff --git a/templates/reboot.html b/templates/reboot.html deleted file mode 100644 index b9f0c54..0000000 --- a/templates/reboot.html +++ /dev/null @@ -1,22 +0,0 @@ -{% 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