Adds id on static link edit view

This commit is contained in:
Mouse Reeve 2022-01-09 20:48:16 -08:00
parent aa9864a21e
commit 0bfa15bb47

View file

@ -6,5 +6,5 @@
{% endblock %}
{% block content %}
{% include "book/file_link_modal.html" with book=book active=True static=True %}
{% include "book/file_link_modal.html" with book=book active=True static=True id="file-link" %}
{% endblock %}