Skip to content

Monitor and fix Django input widget #7

@Mischback

Description

@Mischback

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

No one assigned

    Labels

    bugSomething isn't workingdepends-on-djangoThis depends on fixes / code from Django itsselfhtml5Things related to HTML5

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions