HET WERKT

This commit is contained in:
2025-04-12 13:08:05 +02:00
parent 8055a7fb71
commit 95f4eb76ae
9 changed files with 132 additions and 43 deletions

View File

@@ -27,6 +27,7 @@ def thanks():
@dash_blueprint.route("/", methods=["GET", "POST"])
@login_required
def index():
"""
session["_flashes"] = []
my_form = ServiceForm()
@@ -46,8 +47,9 @@ def index():
return redirect(url_for("application.dash"))
else:
flash("Het formulier is niet goed ingevuld")
return render_template("dash.html", form=my_form)
"""
# return render_template("dashboard.html", form=my_form)
return render_template("dashboard.html")
"""