fix resolve button
This commit is contained in:
parent
e5428dcd4d
commit
f73ce143a1
@ -101,7 +101,7 @@ def get(status):
|
||||
</a>
|
||||
"""
|
||||
|
||||
if report["7"] is not None:
|
||||
if report["7"] is None:
|
||||
report["0"] += f"""
|
||||
<a role="button" class="btn btn-danger btn btn-block"
|
||||
href='{url_for('bug_reports.resolve', id=id)}'>
|
||||
|
Loading…
Reference in New Issue
Block a user