-
Notifications
You must be signed in to change notification settings - Fork 18
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
Join event button not available #457
Comments
Do you think it might be a problem of a browser (do you know which one they used)? Do they see it when they use another browser? (I have seen similar issue but with the approve button when using firefox but not when using chrome) |
There were like 11 people out of 40 having this issue with different browsers (both Chrome and Firefox). That button is generated on the backend as far as I can tell, so browser shouldn't matter I think. |
We have seen reports of some users not seeing any join event button on the event page on https://ramp.studio (using ramp-board 0.6.2). For instance,
There were no obvious Javascript errors client side.
It looks like something in this logic is not quite right,
ramp-board/ramp-frontend/ramp_frontend/templates/event.html
Lines 63 to 76 in 6373bf0
In particular, this was an event with event sign_up validation necessary. Users platform sign_up was validated (and they were logged-in).
The workaround is to manually append
/sign_up
to the URL (which works).The text was updated successfully, but these errors were encountered: