mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-15 13:24:04 +00:00
Adds id to report page
This commit is contained in:
parent
1d45e8b4cc
commit
c6c1534c85
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include "snippets/report_modal.html" with user=user active=True static=True %}
|
||||
{% include "snippets/report_modal.html" with user=user active=True static=True id="report-modal" %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue