Labels for fields

This commit is contained in:
Pablo Vazquez 2016-11-02 18:55:26 +01:00
parent 738c20b36b
commit 5ade876784

View File

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