Commit 54970ec4 authored by Ross Batacan's avatar Ross Batacan

Updated announcement-details.html: Edit Announcement Button now works successfully

parent b5b74664
......@@ -10,6 +10,10 @@
{% for reaction in reactions %}
<p>{{ reaction.reaction_name }}: {{ reaction.reaction_tally }}</p>
{% endfor %} <br>
<a><button>Edit Announcement</button></a>
<a href="{% url 'announcements:announcement-edit' pk=announcement.pk %}">
<button>Edit Announcement</button>
</a>
{% 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