X-Git-Url: https://git.0d.be/?p=chloro.git;a=blobdiff_plain;f=chloro%2Fphyll%2Ftemplates%2Fphyll%2Fbase.html;h=4f231e192b9426903f0417c08dc4c4d02077e561;hp=54a1f4a3b6d69003201111f114c9ef19f6ebe046;hb=ed4760479d8f34e6d9acc1659141571ad7d3e790;hpb=59248bad7396acd8e4cf14978d9ceba94f72ef39 diff --git a/chloro/phyll/templates/phyll/base.html b/chloro/phyll/templates/phyll/base.html index 54a1f4a..4f231e1 100644 --- a/chloro/phyll/templates/phyll/base.html +++ b/chloro/phyll/templates/phyll/base.html @@ -1,4 +1,4 @@ -{% load i18n %} +{% load gadjo i18n %} @@ -6,6 +6,10 @@ {% block page-title %}Coin web de Frédéric Péters{% endblock %} + {% if request.user.is_staff %} + + + {% endif %} {% block bottom-head %} {% endblock %}