Sets focus for editing and deleting readthroughs

This commit is contained in:
Mouse Reeve
2021-01-18 09:03:21 -08:00
parent 8f0eb84172
commit debc9696e1
2 changed files with 5 additions and 4 deletions

View File

@ -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">