Labels for fields

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

View File

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