MelecaZane / AgileWebDev

1 stars 0 forks source link

Migrate forms to Flask WTForms #21

Open MelecaZane opened 5 months ago

MelecaZane commented 5 months ago

We will need to migrate the design of our forms to be WTForms that are generated in flask and rendered using Jinja templates (this is in the most recent lecture as of time of writing). This will involve forming the form itself on the backend.

LiberoPiffaretti commented 5 months ago

Sounds good. Will have to watch the lecture to update myself.