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 |
---|
src/postorius/urls.py |
---|
src/postorius/views/list.py |
---|