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/tor.html | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 templates/tor.html (limited to 'templates/tor.html') diff --git a/templates/tor.html b/templates/tor.html deleted file mode 100644 index a1f30dc..0000000 --- a/templates/tor.html +++ /dev/null @@ -1,19 +0,0 @@ -{% import "lib.html" as lib %} -{% extends "base.html" %} -{% block body %} - -
-Tor Network Configuration - -{{ lib.formcheckbox(form, formerr, 'torenable', 'Enable Tor daemon', 'true') }} -{{ lib.formcheckbox(form, formerr, 'torrelayenable', 'Enable Tor Relay', 'true') }} -{{ lib.formcheckbox(form, formerr, 'torbridgeenable', 'Enable Tor Bridge', 'true') }} - -
- - -
-
- -{% endblock %} -- cgit v1.2.3