filter students
This commit is contained in:
7
crispy_forms/templates/bootstrap3/layout/help_text.html
Normal file
7
crispy_forms/templates/bootstrap3/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="help-block">{{ field.help_text|safe }}</span>
|
||||
{% else %}
|
||||
<div id="hint_{{ field.auto_id }}" class="help-block">{{ field.help_text|safe }}</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user