Adds id to report page
This commit is contained in:
parent
1d45e8b4cc
commit
c6c1534c85
|
@ -6,5 +6,5 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% 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 %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue