filter students
This commit is contained in:
1
crispy_forms/templates/bootstrap4/layout/attrs.html
Normal file
1
crispy_forms/templates/bootstrap4/layout/attrs.html
Normal file
@ -0,0 +1 @@
|
||||
{% for name, value in widget.attrs.items %}{% if value is not False %} {{ name }}{% if value is not True %}="{{ value|stringformat:'s' }}"{% endif %}{% endif %}{% endfor %}
|
Reference in New Issue
Block a user