filter students
This commit is contained in:
9
crispy_forms/templates/bootstrap3/layout/baseinput.html
Normal file
9
crispy_forms/templates/bootstrap3/layout/baseinput.html
Normal file
@ -0,0 +1,9 @@
|
||||
<input type="{{ input.input_type }}"
|
||||
name="{% if input.name|wordcount > 1 %}{{ input.name|slugify }}{% else %}{{ input.name }}{% endif %}"
|
||||
value="{{ input.value }}"
|
||||
{% if input.input_type != "hidden" %}
|
||||
class="{{ input.field_classes }}"
|
||||
id="{{ input.id }}"
|
||||
{% endif %}
|
||||
{{ input.flat_attrs }}
|
||||
/>
|
Reference in New Issue
Block a user