Fixed shit idk 123

This commit is contained in:
2025-04-15 11:38:40 +02:00
parent ef8aef43b7
commit 60734f657a
2 changed files with 25 additions and 2 deletions

View File

@@ -26,5 +26,4 @@ def admin():
password = register_form.password.data
check_admin = register_form.admin.data
return render_template("admin.html")
return render_template("admin.html", form=register_form)