django-waitinglist icon indicating copy to clipboard operation
django-waitinglist copied to clipboard

DEPRECATED - please see https://github.com/pinax/pinax-waitinglist

Results 3 django-waitinglist issues
Sort by recently updated
recently updated
newest added

from a survey instance or waiting list entry page, I should be able to click "add this person to a cohort group". pull request pending.

enhancement

These are missing and should probably be included in the repo. - waitinglist/survey_invite_subject.txt - waitinglist/survey_invite_body.txt - waitinglist/survey.html - waitinglist/thanks.html - waitinglist/list_signup.html.html - cohorts/cohort_list.html - cohorts/cohort_create.html - cohorts/cohort_detail.html

enhancement

From [the docs](https://github.com/pinax/django-waitinglist/blob/master/docs/migration.rst#view-changes): > All views have been converted to class-based views. This is a big departure from the traditional function-based, but has the benefit of being much more flexible....

enhancement