mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-19 10:31:07 +00:00
4 lines
211 B
HTML
4 lines
211 B
HTML
<input type="{{ widget.type }}"
|
|
name="{{ widget.name }}"
|
|
{% if widget.value != None %}value="{{ widget.value|stringformat:'s' }}"{% endif %}
|
|
{% include "django/forms/widgets/attrs.html" %}>
|