Undertitle field labels

This commit is contained in:
Pablo Vazquez 2016-11-02 18:51:51 +01:00
parent 3c6642d879
commit 738c20b36b

View File

@ -29,7 +29,7 @@
| {% endfor %} | {% endfor %}
| {% else %} | {% else %}
| {{ field.label }} | {{ field.name | undertitle }}
| {{ field(class='form-control') }} | {{ field(class='form-control') }}
| {% endif %} | {% endif %}