Update web/templates/entry_edit.html
This commit is contained in:
parent
e70952dba6
commit
19cd7eafd9
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user