mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 09:29:22 -04:00
Merge pull request #594 from alphagov/feedback-flash
Setting the style for the flash message on feedback page
This commit is contained in:
@@ -35,7 +35,7 @@ def feedback():
|
||||
resp.json())
|
||||
)
|
||||
abort(500, "Feedback submission failed")
|
||||
flash("Your feedback has been submitted")
|
||||
flash("Thanks, we've received your feedback", 'default_with_tick')
|
||||
return redirect(url_for('.feedback'))
|
||||
|
||||
return render_template('views/feedback.html', form=form)
|
||||
|
||||
Reference in New Issue
Block a user