Merge branch 'fix-held-messages' into 'master'
Fix held messages not showing errors in view

All the class based views that are composed of both GET and POST should be rewritten to normal methods.  
That is because most of them don't render submission errors due to redirects.  
It is possible to use classes but that would mean duplicating all the GET code in the POST

See merge request !57
commit 4e95562178c4ff3c0f91be743d23b41736f9aa3c
2 parents dce2943 + 32bedee
@Aurélien Bompard Aurélien Bompard authored on 9 Dec 2015
Showing 2 changed files
View
src/postorius/urls.py
View
src/postorius/views/list.py