Fix admin status error

This commit is contained in:
2025-01-30 16:54:22 +01:00
parent d15d7ffb61
commit 637be0d272
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ def delete(*, id: str) -> str:
'admin.html',
delete_status=True,
status=BrickSetStatus().select_specific(id),
error=request.args.get('status_error')
status_error=request.args.get('status_error')
)