From 438d5850f2f0e3e49a80e8d6dc9a4a220e4d0e15 Mon Sep 17 00:00:00 2001
From: James Valleroy
Date: Thu, 28 Jul 2016 18:39:00 -0400
Subject: [PATCH] tor: Minor style changes to template
---
plinth/modules/tor/templates/tor.html | 38 ++++++++++++++-------------
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html
index c7b1ee691..f68a0f312 100644
--- a/plinth/modules/tor/templates/tor.html
+++ b/plinth/modules/tor/templates/tor.html
@@ -26,37 +26,39 @@
{% if config_running %}
{% endif %}
-
+
+
{% endblock %}
{% block configuration %}
-
-{% trans "Status" %}
+ {% trans "Status" %}
+
{% if config_running %}
{% trans "Tor configuration is being updated" %}
-
+
- {% else %}
+ {% else %}
{% if status.is_running %}