actually fix bug report view and resolve
This commit is contained in:
parent
900a3cbf3c
commit
b6cad4acae
@ -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 %}
|
||||
|
@ -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">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user