jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
784 stars 135 forks source link

Better example HTML in docs for previous/first buttons #252

Closed spookylukey closed 8 months ago

spookylukey commented 8 months ago

When going to a previous form, we don't want the user to get stuck on an invalid form. The formnovalidate attribute is what we need. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/submit#formnovalidate

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b73094c) 93.83% compared to head (7080929) 93.83%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #252 +/- ## ======================================= Coverage 93.83% 93.83% ======================================= Files 11 11 Lines 535 535 Branches 87 87 ======================================= Hits 502 502 Misses 21 21 Partials 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.