-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingdepends-on-djangoThis depends on fixes / code from Django itsselfThis depends on fixes / code from Django itsselfhtml5Things related to HTML5Things related to HTML5
Description
As of this writing (currently: Django 2.0.4), while rendering forms with Django, the file https://github.com/django/django/blob/2.0.4/django/forms/templates/django/forms/widgets/input.html is used. It appends a trailing slash to input-widgets, which is not fully html5-compliant.
However, in master
, this issue is already fixed and should be included NLT Django 2.1.0.
Currently, the form-widgets are included in the html-templates manually, meaning that they are hardcoded. Of course, this has to be changed to return to {{ form.field }}
again.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdepends-on-djangoThis depends on fixes / code from Django itsselfThis depends on fixes / code from Django itsselfhtml5Things related to HTML5Things related to HTML5