diff --git a/examples/blog/templates/detail.html b/examples/blog/templates/detail.html index 934625ef..97d98c9b 100644 --- a/examples/blog/templates/detail.html +++ b/examples/blog/templates/detail.html @@ -11,6 +11,6 @@ {% endblock %} {% block content %} -
Created {{ entry.timestamp.strftime('%m/%d/%Y at %G:%I%p') }}
+Created {{ entry.timestamp.strftime('%m/%d/%Y at %I:%M%p') }}
{{ entry.html_content }} {% endblock %}