Commit 7b4ca723 authored by nheoxoz's avatar nheoxoz

added new buttons for edit and add

parent 0a85bd18
......@@ -11,4 +11,7 @@
{{ form.as_p }}
<input type="submit" value="Add Announcement">
</form>
<a href="/announcements/">
<button class="btn">Back to Announcement Board</button>
</a>
{% endblock %}
......@@ -11,4 +11,7 @@
{{ form.as_p }}
<input type="submit" value="Save Changes to Announcement">
</form>
<a href="/announcements/">
<button class="btn">Back to Announcement Board</button>
</a>
{% endblock %}
......@@ -17,20 +17,22 @@
{% endblock %}
{% block footing %}
<a href="/announcements/add">
<button class="btn add">Add Announcement</button>
</a>
<p>
<a href="/announcements/add">
<button class="btn add">New Announcement</button>
</a>
</p>
<button type="button" class="btn">
<a href="/dashboard/" class="link-light">Dashboard</a>
</button> &nbsp;
<a href="/dashboard/" class="link">Dashboard</a>
</button><br>
<button type="button" class="btn">
<a href="/forum/" class="link-light">Forum</a>
</button> &nbsp;
<a href="/forum/" class="link">Forum</a>
</button><br>
<button type="button" class="btn">
<a href="/assignments/" class="link-light">Assignments</a>
</button> &nbsp;
<a href="/assignments/" class="link">Assignments</a>
</button><br>
<button type="button" class="btn">
<a href="/widget_calendar/" class="link-light">Calendar</a>
<a href="/widget_calendar/" class="link">Calendar</a>
</button>
{% 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