Edited name of link, and format

parent 2083fb49
......@@ -36,7 +36,7 @@ li a:hover {
<body>
<ul>
<li><a class="active" href="/announcement_board/">Announcements</a></li>
<li><a class="active" href="/announcement_board/">Announcement Board</a></li>
<li><a href="/dashboard/">Dashboard</a></li>
<li><a href="/forum/">Forum</a></li>
</ul>
......@@ -49,9 +49,13 @@ li a:hover {
{% block content %}
<form method="post">
{% csrf_token %}
<h3>
<table>
{{ form.as_table }}
{{ form.as_table }}
</table><br><br>
<input class="button" type="submit" value="Save Changes to Announcement">
</form>
</h3>
<p>
<input class="button" type="submit" value="Save Changes to Announcement">
</p>
</form>
{% endblock %}
\ No newline at end of file
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