From 147eb0dda670646133d424ea5aff7c432103aebe Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 5 Aug 2010 10:14:04 +0200 Subject: make permissions and tools part of all templates --- templates/base.html | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 88198ae..78af32d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -93,7 +93,32 @@
- {% block tools %}{% endblock %} + {% block tools %} +{% if name %} +
+ +
+{% endif %} +{% endblock %} {% endif %}
-- cgit v1.1