You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: hidden field are not correctly rendered with dsfr_form_field refacto
Commit 02e4b7 refactored forms to use Django's form rendering API instead
of custom 'dsfr/form_field_snippets/field_snippet.html' template.
'dsfr_form_field' tag was preseved for compatibility but behavior on hidden
fields was left out by mistake. This PR solves this
0 commit comments