ramp_frontend.views.admin
.approve_sign_up_for_event¶
-
ramp_frontend.views.admin.
approve_sign_up_for_event
(event_name, user_name)¶ Approve a user for a specific event.
This way of approval is usually used by clicking in an email sent to the admin.
- Parameters
- event_namestr
The name of the event.
- user_namestr
The name of the user.