From: Leonidas Poulopoulos Date: Fri, 16 Mar 2012 14:18:00 +0000 (+0200) Subject: Added a template block into base to ease rendering of errors.html X-Git-Tag: v0.8.5~10 X-Git-Url: https://code.grnet.gr/git/flowspy/commitdiff_plain/b57020fdf28ed3f5bce2717e8555d92353012164 Added a template block into base to ease rendering of errors.html --- diff --git a/templates/base.html b/templates/base.html index 1467836..363f022 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,6 +36,7 @@
+ {% block menublock %} {% if user.is_authenticated %} {% trans "Welcome" %} {{user}} {% endif %} @@ -59,6 +60,7 @@ {% else %} {% trans "Shibboleth Login" %} {% endif %} + {% endblock %}