puchar/crispy_forms/templates/bootstrap4/layout/attrs.html
2022-12-05 04:13:11 +01:00

2 lines
173 B
HTML

{% for name, value in widget.attrs.items %}{% if value is not False %} {{ name }}{% if value is not True %}="{{ value|stringformat:'s' }}"{% endif %}{% endif %}{% endfor %}