redirect to dashboard

This commit is contained in:
2025-03-01 23:33:15 +08:00
parent a202488ff7
commit d5fb5f47d8
+1 -1
View File
@@ -279,7 +279,7 @@ def payment():
db.session.add(booking)
db.session.commit()
return redirect(url_for('home'))
return redirect(url_for('dashboard'))
return render_template('payment.html', total_price=total_price)