X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/218a404a6467fc7acab06efd5f1049acbc174cf2..332679e96e43730862622eb3325b3d2f9d0e473a:/notes/templates/note.html diff --git a/notes/templates/note.html b/notes/templates/note.html index d965325..60353b1 100644 --- a/notes/templates/note.html +++ b/notes/templates/note.html @@ -3,5 +3,5 @@

{{ note.title }}

{% if note.is_draft %}

Status: Draft

{% endif %}
{{ note.content|markdown|safe }}
-

Published on {{ note.publication_date|date:"Y-m-d, H:i" }}

+

Published on {{ note.publication_date|date:"Y-m-d, H:i O" }}

\ No newline at end of file