Commit a27d1e06 authored by Jiuvi Anne Hu's avatar Jiuvi Anne Hu

Fixed line breaks.

parent ba68f516
......@@ -5,8 +5,8 @@
<title>{{announcement.title}}</title>
<h1>{{announcement.title}}</h1><br>
<h2>by</h2><br>
<h1>{{announcement.title}}</h1>
<h2>by</h2>
<p>{{ announcement.body }}</p><br>
<p>
......
......@@ -11,7 +11,7 @@
<a href = "{{announcement.pk}}/details/">{{ announcement.title }} by {{ announcement.author.first_name }} {{ announcement.author.last_name }}</a><br>
{% endfor %} <br>
<a href="announcements/add/"><button value="click here">Add Announcement</button></a>
<a href="announcements/add/"><button value="click here">Add Announcement</button></a><br>
<a href = "/Dashboard/">Dashboard</a><br>
<a href = "/forum/">Forum</a><br>
......
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