Commit 0a85bd18 authored by nheoxoz's avatar nheoxoz

fixed formatting for html files

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