actually fix bug report view and resolve

This commit is contained in:
Aaron Kimbre 2022-04-03 12:25:18 -05:00
parent 900a3cbf3c
commit b6cad4acae
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
Resolve Report {{ report.id }}
{% endblock content_before %}
{% block content %}
{% block content_override %}
<form method=post>
{{ form.csrf_token }}
<div class="card shadow-sm mx-auto pb-3 bg-dark border-primary" style="width: 80vw;">
@ -75,4 +75,4 @@
</div>
</div>
</form>
{% endblock content %}
{% endblock content_override %}

View File

@ -8,7 +8,7 @@
View Report {{ report.id }}
{% endblock content_before %}
{% block content %}
{% block content_override %}
<div class="card shadow-sm mx-auto pb-3 bg-dark border-primary" style="width: 80vw;">
<div class="card-body">