uses "plus" button for adding read dates

This commit is contained in:
Mouse Reeve
2021-01-17 17:22:03 -08:00
parent 2937c592c1
commit aba5c48af9
2 changed files with 22 additions and 16 deletions

View File

@ -1,5 +1,5 @@
{% load humanize %}
<div class="content block">
<section class="content block">
<div id="hide-edit-readthrough-{{ readthrough.id }}">
<dl class="mb-1">
{% if readthrough.start_date %}
@ -34,5 +34,5 @@
{% include 'snippets/toggle/close_button.html' with text="Cancel" controls_text="edit-readthrough" controls_uid=readthrough.id %}
</div>
</form>
</div>
</section>
{% include 'snippets/delete_readthrough_modal.html' with controls_text="delete-readthrough" controls_uid=readthrough.id %}