Rewrite webapp forms in pure django
Instead of designing HTML forms directly in django templates and using javascript to submit them, we should rather use django forms as it will enable a better interaction with associated models and get rid of javascript processing in favor of Python.
In order to implement flexible django forms in terms of design and layout, we should use django-crispy-forms as it seems a great extension and is packaged in debian.
Migrated from T4537 (view on Phabricator)
Edited by Phabricator Migration user