X-Git-Url: https://git.0d.be/?p=chloro.git;a=blobdiff_plain;f=chloro%2Fphyll%2Ftemplates%2Fphyll%2Fbase.html;h=54a1f4a3b6d69003201111f114c9ef19f6ebe046;hp=466fb4b77cff1611d4214e5becbfd16d949eb67e;hb=59248bad7396acd8e4cf14978d9ceba94f72ef39;hpb=4cbde1d675d45b7fab19bc1ed6001829e03a6c2c diff --git a/chloro/phyll/templates/phyll/base.html b/chloro/phyll/templates/phyll/base.html index 466fb4b..54a1f4a 100644 --- a/chloro/phyll/templates/phyll/base.html +++ b/chloro/phyll/templates/phyll/base.html @@ -1,13 +1,31 @@ - +{% load i18n %} - Coin web de Frédéric Péters + {% block page-title %}Coin web de Frédéric Péters{% endblock %} + + {% block bottom-head %} + {% endblock %} - {% block body %} - {% endblock %} +
+

Coin web de Frédéric Péters

+
+
+ {% block body %} + {% endblock %} +
+ + {% if request.user.is_staff %} +
+ {% trans "New Note" %} + {% block bottom-actions %} + {% endblock %} +
+ {% endif %}