mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-12 21:08:20 +00:00
actually fix bug report view and resolve
This commit is contained in:
parent
900a3cbf3c
commit
b6cad4acae
@ -8,7 +8,7 @@
|
|||||||
Resolve Report {{ report.id }}
|
Resolve Report {{ report.id }}
|
||||||
{% endblock content_before %}
|
{% endblock content_before %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content_override %}
|
||||||
<form method=post>
|
<form method=post>
|
||||||
{{ form.csrf_token }}
|
{{ form.csrf_token }}
|
||||||
<div class="card shadow-sm mx-auto pb-3 bg-dark border-primary" style="width: 80vw;">
|
<div class="card shadow-sm mx-auto pb-3 bg-dark border-primary" style="width: 80vw;">
|
||||||
@ -75,4 +75,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% endblock content %}
|
{% endblock content_override %}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
View Report {{ report.id }}
|
View Report {{ report.id }}
|
||||||
{% endblock content_before %}
|
{% 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 shadow-sm mx-auto pb-3 bg-dark border-primary" style="width: 80vw;">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user