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/base.html | 75 ----------------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html deleted file mode 100644 index 4c15c73..0000000 --- a/templates/base.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - torouter configuration interface - - - - - - - -
-
-
- -
-
- {% if messages %} - {{ mesages }} - {% for category, message in messages %} -
- - {% if category == "warning" %}Warning:{% endif %} - {% if category == "error" %}Error:{% endif %} - {% if category == "info" %}Note:{% endif %} - {{ message }} -
- {% endfor %} - {% endif %} -{% block body %}{% endblock %} -
-
-
-
-

© torouter, copyleft 2012

-
-
- - - -- cgit v1.2.3