Commit 19b54bc5 authored by Maso Crisostomo's avatar Maso Crisostomo

Fixed details.html of announcements app

parent 5fa74c32
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% block content %} {% block content %}
<h1> {{ announcement.announcement_title }} </h1> <h1> {{ announcement.announcement_title }} </h1>
<h4>by {{ announcement.author.first_name }} {{ announcement.author.last_name }}, {{ announcement.pub_date|date:"SHORT_DATE_FORMAT" }}</h4> <h4>by {{ announcement.author.first_name }} {{ announcement.author.last_name }}, {{ announcement.pub_date|date:"d/m/Y" }}</h4>
<p> {{ announcement.announcement_body }} </p> <p> {{ announcement.announcement_body }} </p>
{% if reaction_list %} {% if reaction_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