Make comment optional

This commit is contained in:
Mouse Reeve
2021-08-16 12:47:12 -07:00
parent 011175a6e3
commit 0549dbaa6d
4 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<div id="reading_content_{{ local_uuid }}_{{ uuid }}">
<hr aria-hidden="true">
<fieldset id="reading_content_fieldset_{{ local_uuid }}_{{ uuid }}">
{% include "snippets/reading_modals/form.html" %}
{% include "snippets/reading_modals/form.html" with optional=True %}
</fieldset>
</div>
{% endwith %}