Sets focus for editing and deleting readthroughs
This commit is contained in:
parent
8f0eb84172
commit
debc9696e1
2 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
{% extends 'snippets/components/modal.html' %}
|
||||
{% block modal-title %}Delete this read-though?{% endblock %}
|
||||
{% block modal-title %}Delete these read dates?{% endblock %}
|
||||
|
||||
{% block modal-footer %}
|
||||
<form name="delete-readthrough-{{ readthrough.id }}" action="/delete-readthrough" method="POST">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue