diff options
Diffstat (limited to 'templates/tor.html')
-rw-r--r-- | templates/tor.html | 19 |
1 files changed, 0 insertions, 19 deletions
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 %} - -<form action="/tor/" method="POST" class="form-horizontal"> -<legend>Tor Network Configuration</legend> - -{{ 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') }} - -<div class="pull-right"> -<a href="."><button class="btn" type="button">Reset</button></a> -<button type="submit" class="btn btn-primary" type="button"> -Save</button> -</div> -</form> - -{% endblock %} |