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
The custom template for radio selects imports the attrs.html template from django in the sourrounding div. This however also includes the required attribute wich is not allowed for divs according to w3 specs.
The custom template for radio selects imports the
attrs.htmltemplate from django in the sourrounding div. This however also includes therequiredattribute wich is not allowed for divs according to w3 specs.