django/django

View on GitHub
django/forms/templates/django/forms/widgets/input.html

Summary

Maintainability
Test Coverage
<input type="{{ widget.type }}" name="{{ widget.name }}"{% if widget.value != None %} value="{{ widget.value|stringformat:'s' }}"{% endif %}{% include "django/forms/widgets/attrs.html" %}>