Remove /signup
Summary
The /signup
view is no longer used since all users are automatically approved now. We should get rid of all the code for sign ups so it doesn't clutter the code and possibly cause confusion. The following parts need to be removed:
- The
signup
view (in go/go/views.py and go/go/test_views.py) - The URL (in go/settings/urls.py)
- The template (go/go/templates/core/signup.html)
- The form (in go/go/forms.py and go/go/test_forms.py)
Testing
Navigate to /signup
. You should see a 404 error page