Commit 153860ba authored by Rac Gerard Elizaga's avatar Rac Gerard Elizaga

Changed date format in forum post_details.html

parent 19b54bc5
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% block content %} {% block content %}
<h3>{{ post.post_title }}</h3> <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> <p>{{ post.post_body }}</p>
{% if replies_list %} {% if replies_list %}
<ul> <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