Skip to content

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
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information