Closed tsyesika closed 10 years ago
Django has some generic views and currently we're essencially re-writing those every time we need them. We should switch to them, a good candidate for switching to generic views is:
https://github.com/Inboxen/website/blob/master/views/help/contact/success.py
Superseded by #125
Django has some generic views and currently we're essencially re-writing those every time we need them. We should switch to them, a good candidate for switching to generic views is:
https://github.com/Inboxen/website/blob/master/views/help/contact/success.py