Skip to content

Fix held messages not showing errors in view

Simon Hanna requested to merge thelinuxguy/postorius:fix-held-messages into master

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

Merge request reports