symposion_app/pinaxcon/templates/django/forms/widgets/input.html

2 lines
195 B
HTML
Raw Normal View History

<input class="form-control" type="{{ widget.type }}" name="{{ widget.name }}"{% if widget.value != None %} value="{{ widget.value }}"{% endif %}{% include "django/forms/widgets/attrs.html" %} />