Delete button moved from results to edit pages. Tweak announcement feature for easier use. #5
@@ -11,6 +11,7 @@
|
||||
<span class="rt-count">Editing: #{{ entry.id }}</span>
|
||||
</div>
|
||||
<div class="rt-right">
|
||||
<a class="btn btn-danger" href="{% url 'entry_delete' entry.id %}">Delete</a>
|
||||
<a class="btn" href="{% url 'entry_view' entry.id %}">Cancel</a>
|
||||
<button form="entry-edit-form" class="btn btn-primary">Save</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user