Userena ships with a signup form that contains a button for the terms of service.
How is this supposed to be called for signup? I couldn’t find it in the docs neither in Google.
Userena ships with a signup form that contains a button for the terms of
Share
It’s easy, just override the basic form in the urls.py:
Be sure to put it in this order so Django catches the signup view here instead of in userena’s urls.