From 25c4e292a6378ae609045d9c87747f6f08b14526 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 11 Oct 2014 15:34:10 -0400 Subject: [PATCH] Move basic Tor info to sidebar. --- plinth/modules/tor/templates/tor.html | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/plinth/modules/tor/templates/tor.html b/plinth/modules/tor/templates/tor.html index 2612565a4..2bff35149 100644 --- a/plinth/modules/tor/templates/tor.html +++ b/plinth/modules/tor/templates/tor.html @@ -20,13 +20,6 @@ {% block main_block %} -

Tor is an anonymous communication system. You can learn more about -it from the Tor Project -website. For best protection when web surfing, the Tor Project -recommends that you use -the Tor -Browser Bundle.

-

A Tor SOCKS port is available on your FreedomBox on TCP port 9050.

@@ -52,3 +45,20 @@ port-forwarded, if necessary:

{% endif %} {% endblock %} + +{% block sidebar_right_block %} + + + +{% endblock %}