Adds id to report page

This commit is contained in:
Mouse Reeve 2022-01-27 20:05:17 -08:00
parent 1d45e8b4cc
commit c6c1534c85

View file

@ -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 %}