From 3cb58a9e9c9aae32ae1b22c3d8e83528df766764 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Sun, 19 Jun 2011 23:36:45 +0200 Subject: allow tree to be hidden --- templates/apps/name/name.html | 3 +- templates/base.html | 2 +- templates/tree.html | 121 ++++++++++++++++++++++++++++++------------ 3 files changed, 90 insertions(+), 36 deletions(-) (limited to 'templates') diff --git a/templates/apps/name/name.html b/templates/apps/name/name.html index ddaa6d8..cf3e7ee 100644 --- a/templates/apps/name/name.html +++ b/templates/apps/name/name.html @@ -60,7 +60,7 @@
{{m|memberdisplay}} became a member of {{name.shortname}} {{m.timecreated|datehumanize}} {% if m.tags %}

Role{{m.tags|pluralize}}

- {%endif%} + {%endif%}
- {% empty %} diff --git a/templates/base.html b/templates/base.html index 7d44bd8..e784293 100644 --- a/templates/base.html +++ b/templates/base.html @@ -109,7 +109,7 @@
  • diff --git a/templates/tree.html b/templates/tree.html index 9fab51b..f1e45b4 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -3,43 +3,96 @@ {% endblock %} {% block main %} - {% endblock %} \ No newline at end of file -- cgit v1.1