mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Setting the style for the flash message on feedback page
Was using the default of dangerous - which it shouldn't. Obvs.
This commit is contained in:
@@ -35,7 +35,7 @@ def feedback():
|
|||||||
resp.json())
|
resp.json())
|
||||||
)
|
)
|
||||||
abort(500, "Feedback submission failed")
|
abort(500, "Feedback submission failed")
|
||||||
flash("Your feedback has been submitted")
|
flash("Your feedback has been submitted", 'default_with_tick')
|
||||||
return redirect(url_for('.feedback'))
|
return redirect(url_for('.feedback'))
|
||||||
|
|
||||||
return render_template('views/feedback.html', form=form)
|
return render_template('views/feedback.html', form=form)
|
||||||
|
|||||||
Reference in New Issue
Block a user