Commit 0a85bd18 authored by nheoxoz's avatar nheoxoz

fixed formatting for html files

parent 98be9750
......@@ -9,19 +9,19 @@
{{ object.title }}
</h1>
<p>
by {{ object.author.first_name }} {{ object.author.last_name }}
by {{ object.author.first_name }} {{ object.author.last_name }}<br>
</p>
<p>
{{ object.format_date}}, {{ object.format_time }}<br>
{{ object.format_date}}, {{ object.format_time }}<br><br>
{{ object.body }}<br>
Like: {{ object.getLike }}
Love: {{ object.getLove }}
Like: {{ object.getLike }}<br>
Love: {{ object.getLove }}<br>
Angry: {{ object.getAngry }}
</p>
<a href="/announcements/{{object.pk}}/edit">
<button class="btn edit">Edit Announcement</button>
</a>
<button class="btn">Edit Announcement</button>
</a><br>
<a href="/announcements/">
<button class="btn edit">Back to Announcement Board</button>
<button class="btn">Back to Announcement Board</button>
</a>
{% endblock %}
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