mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-22 05:27:25 +00:00
fix resolve button
This commit is contained in:
parent
e5428dcd4d
commit
f73ce143a1
@ -101,7 +101,7 @@ def get(status):
|
|||||||
</a>
|
</a>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if report["7"] is not None:
|
if report["7"] is None:
|
||||||
report["0"] += f"""
|
report["0"] += f"""
|
||||||
<a role="button" class="btn btn-danger btn btn-block"
|
<a role="button" class="btn btn-danger btn btn-block"
|
||||||
href='{url_for('bug_reports.resolve', id=id)}'>
|
href='{url_for('bug_reports.resolve', id=id)}'>
|
||||||
|
Loading…
Reference in New Issue
Block a user