-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prep for notifying speakers: feedback form and (radical) visting page #114
Conversation
@@ -0,0 +1,82 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dcwalk should the filename be session-confirmation
? Looking at the URL in https://github.com/ournetworks/2019/pull/66/files#diff-05c96faad7724d9a3e068b6976a623ddR14
@@ -45,6 +45,10 @@ if (window.location.search == '?donation=confirmed') { | |||
formSubmitCallback('Thanks for your support!'); | |||
} | |||
|
|||
if (window.location.search == '?update=confirmed') { | |||
formSubmitCallback('Successfully confirmed your session!'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a brief announcement banner message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
<p>Please confirm you preferred pronunciation and pronouns as presenter(s):</p> | ||
<div class="flex"> | ||
<div class="w-33"> | ||
<label class="fw-bold" for="presenters">Presenter:</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<label class="fw-bold" for="presenters">Presenter:</label> | |
<label class="fw-bold" for="presenters">Presenter name:</label> |
More explicit field label
Co-Authored-By: Garry Ing <[email protected]>
I think the reason the check is failing is the bug #113, I'm going to merge because this is v/ time sensitive (bad practices!) and we can follow up with deploy issues |
This will address ournetworks/2019#49!