Introduced clone, edit, and delete buttons

This commit is contained in:
Jeremy Stretch
2019-12-13 15:29:55 -05:00
parent 85563e21db
commit 8acd3d0a72
24 changed files with 153 additions and 184 deletions

View File

@@ -1,3 +1,3 @@
<a href="{% url add_url %}" class="btn btn-primary">
<a href="{{ add_url }}" class="btn btn-primary">
<span class="fa fa-plus" aria-hidden="true"></span> Add
</a>