miguelgrinberg / microblog

The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.
http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
MIT License
4.52k stars 1.63k forks source link

extra 'novalidate' attribute in form tag #395

Closed bernardfitch closed 2 months ago

bernardfitch commented 3 months ago

Unless I'm reading the template wrong (which is quite possible!), I think that you have an extra 'novalidate' attribute in the form tag that starts on line 48 of the bootstrap_wtf.html template - given that you add one (conditionally) later on (on line 52).

(Thanks for creating the 'mega tutorial' - and all your Flask work, I've really enjoyed playing with it)

miguelgrinberg commented 3 months ago

You are correct, I'll fix it. Thanks!

miguelgrinberg commented 2 months ago

The extra novalidate has been removed. Thanks!