We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7a4be commit d0ffca4Copy full SHA for d0ffca4
app/controllers/rsvps_controller.rb
@@ -107,7 +107,7 @@ def check_user_has_questionnaire
107
def require_accepted_questionnaire
108
return if @questionnaire.can_rsvp? || @questionnaire.checked_in?
109
110
- flash[:alert] = "You had not been accepted"
+ flash[:alert] = "Sorry, you have not been accepted at this time. Please wait for an acceptance email before attempting to RSVP."
111
redirect_to new_questionnaires_path
112
end
113
0 commit comments