jlu-ilr-hydro / odmf

Observatory Data Management Framework
MIT License
4 stars 5 forks source link

Use WTForms to have a uniform forms expierience #111

Closed philippkraft closed 11 months ago

philippkraft commented 2 years ago

In all database editor pages, the forms are build independently with no protection for CSRF attacks. Using WTForms (https://wtforms.readthedocs.io/en/3.0.x/) simplifies the form generation and handling.

Big project.

philippkraft commented 11 months ago

Enough big projects