Quick fix for layout of attachments file upload

This commit is contained in:
2016-11-04 11:05:19 +01:00
parent c1427cf6a2
commit a1dca29382
3 changed files with 7 additions and 9 deletions

View File

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