puchar/crispy_forms/templates/bootstrap3/layout/attrs.html

2 lines
173 B
HTML
Raw Normal View History

2022-12-05 04:12:09 +01:00
{% for name, value in widget.attrs.items %}{% if value is not False %} {{ name }}{% if value is not True %}="{{ value|stringformat:'s' }}"{% endif %}{% endif %}{% endfor %}