Skip to content

Commit 4db06ea

Browse files
authored
Fix typo in posts.html
1 parent 2f3ab09 commit 4db06ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask-database/board/templates/posts/posts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2>{% block title %}Posts{% endblock title %}</h2>
88
{% for post in posts %}
99
<article>
1010
<p class="message">{{ post["message"] }}<p>
11-
<aside>Posted by {{ post["author"] }} on {{ post["created"].strftime("%b %d, %Y at %-I:%M%p") }}</aside>
11+
<aside>Posted by {{ post["author"] }} on {{ post["created"].strftime("%b %d, %Y at %I:%M%p") }}</aside>
1212
</article>
1313
{% endfor %}
1414
{% endblock content %}

0 commit comments

Comments
 (0)