Refactored, redesigned Authmethods

This commit is contained in:
2025-12-15 14:28:12 +01:00
parent 2dcc389f4b
commit dc3ce5ca88
59 changed files with 667 additions and 294 deletions
-4
View File
@@ -26,10 +26,6 @@ import auth
# import imageupload
import entry
@app.route("/header")
def header():
return render_template("header.html")
@app.route("/")
def template():
return render_template("index.html", name="Hmmm")