File diff c6314ae230da → 1886323d7431
pinaxcon/templates/django/forms/widgets/text.html
Show inline comments
 
new file 100644
 
<input class="form-control" type="{{ widget.type }}" name="{{ widget.name }}"{% if widget.value != None %} value="{{ widget.value }}"{% endif %}{% include "django/forms/widgets/attrs.html" %} />