redirect to dashboard
This commit is contained in:
@@ -279,7 +279,7 @@ def payment():
|
|||||||
db.session.add(booking)
|
db.session.add(booking)
|
||||||
db.session.commit()
|
db.session.commit()
|
||||||
|
|
||||||
return redirect(url_for('home'))
|
return redirect(url_for('dashboard'))
|
||||||
|
|
||||||
return render_template('payment.html', total_price=total_price)
|
return render_template('payment.html', total_price=total_price)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user