VictorAZ12 / web-request-forum

0 stars 0 forks source link

Update dashboard HTML with Jinja2 and Flask-WTF forms #35

Closed 22321855 closed 6 months ago

22321855 commented 6 months ago

Integrated front-end with Flask-WTF for secure form handling and server-side rendering. Updated HTML templates to use Jinja2 and Flask-WTF forms. Added CSRF protection to AJAX requests. Modified JavaScript files to include CSRF tokens in requests and handle form submissions appropriately.

VictorAZ12 commented 6 months ago

This issue is being tracked in #37. Please follow the progress there.