diff options
Diffstat (limited to 'templates/w3/layout/help_text.html')
-rw-r--r-- | templates/w3/layout/help_text.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/w3/layout/help_text.html b/templates/w3/layout/help_text.html deleted file mode 100644 index 3b5695c..0000000 --- a/templates/w3/layout/help_text.html +++ /dev/null @@ -1,7 +0,0 @@ -{% 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 %} |