We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3ab09 commit 4db06eaCopy full SHA for 4db06ea
flask-database/board/templates/posts/posts.html
@@ -8,7 +8,7 @@ <h2>{% block title %}Posts{% endblock title %}</h2>
8
{% for post in posts %}
9
<article>
10
<p class="message">{{ post["message"] }}<p>
11
- <aside>Posted by {{ post["author"] }} on {{ post["created"].strftime("%b %d, %Y at %-I:%M%p") }}</aside>
+ <aside>Posted by {{ post["author"] }} on {{ post["created"].strftime("%b %d, %Y at %I:%M%p") }}</aside>
12
</article>
13
{% endfor %}
14
{% endblock content %}
0 commit comments