X-Git-Url: https://git.0d.be/?p=chloro.git;a=blobdiff_plain;f=chloro%2Fphyll%2Ftemplates%2Fphyll%2Fnote_detail.html;h=d0b9bc36c34ca7ee0be720c440362d06a3cce3bc;hp=240929be09603a8ab27fc792929111c373689a40;hb=ed4760479d8f34e6d9acc1659141571ad7d3e790;hpb=59248bad7396acd8e4cf14978d9ceba94f72ef39 diff --git a/chloro/phyll/templates/phyll/note_detail.html b/chloro/phyll/templates/phyll/note_detail.html index 240929b..d0b9bc3 100644 --- a/chloro/phyll/templates/phyll/note_detail.html +++ b/chloro/phyll/templates/phyll/note_detail.html @@ -7,7 +7,8 @@ {% block body %}

{{ object.title }}

-
{{ object.text|safe }}
+
{{ object.text|safe }}
+{% if request.user.is_staff %}{% endif %}
{{ object.creation_timestamp|date:"j E Y, H:i"|lower }}