From 3aae76170978a7557b0d7d2cbf10b3b856871538 Mon Sep 17 00:00:00 2001 From: ficus Date: Sun, 25 Nov 2012 02:24:27 +0100 Subject: add tor (re)starts --- torouterui/templates/tor.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'torouterui/templates/tor.html') diff --git a/torouterui/templates/tor.html b/torouterui/templates/tor.html index 327ac59..3c7e340 100644 --- a/torouterui/templates/tor.html +++ b/torouterui/templates/tor.html @@ -2,6 +2,17 @@ {% extends "base.html" %} {% block body %} +{% if form == None %} +
+Tor daemon should probably be restarted... are you certain? +
+
+ +
+ +{% else %} +
Tor Network Configuration @@ -38,5 +49,5 @@ Save
- +{% endif %} {% endblock %} -- cgit v1.2.3