filter students
This commit is contained in:
7
crispy_forms/templates/bootstrap4/layout/help_text.html
Normal file
7
crispy_forms/templates/bootstrap4/layout/help_text.html
Normal file
@ -0,0 +1,7 @@
|
||||
{% if field.help_text %}
|
||||
{% if help_text_inline %}
|
||||
<span id="hint_{{ field.auto_id }}" class="text-muted">{{ field.help_text|safe }}</span>
|
||||
{% else %}
|
||||
<small id="hint_{{ field.auto_id }}" class="form-text text-muted">{{ field.help_text|safe }}</small>
|
||||
{% endif %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user