Commit 8aced8d1 authored by Joerell Frank Yee Lao's avatar Joerell Frank Yee Lao
parents c2332113 153860ba
......@@ -4,7 +4,7 @@
{% block content %}
<h3>{{ post.post_title }}</h3>
<h4>by {{ post.author.first_name }} {{ post.author.last_name }}, {{ post.pub_date|date:"SHORT_DATE_FORMAT" }}</h4>
<h4>by {{ post.author.first_name }} {{ post.author.last_name }}, {{ post.pub_date|date:"d/m/Y" }}</h4>
<p>{{ post.post_body }}</p>
{% if replies_list %}
<ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment