From a08a1f509e5118f0dab647f20854c581ffdce5c7 Mon Sep 17 00:00:00 2001 From: Johan Berggren Date: Wed, 19 Sep 2012 15:53:13 +0200 Subject: New UI --- templates/tree.html | 58 +++++++++++++++++++++-------------------------------- 1 file changed, 23 insertions(+), 35 deletions(-) (limited to 'templates/tree.html') diff --git a/templates/tree.html b/templates/tree.html index 585fc42..670acb0 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -34,38 +34,26 @@ $(function() { {% endblock %} {% block main %} - - -{% endblock %} \ No newline at end of file + {% if user.is_authenticated %} + + + {% endif %} + + + + + {% block content %}{% endblock %} +{% endblock %} -- cgit v1.1