add testing for customfield, correcting request injection

This commit is contained in:
2014-11-08 15:07:15 +01:00
parent 8b71a9e7cf
commit 7daa1a240e
14 changed files with 225 additions and 1762 deletions

View File

@@ -0,0 +1,3 @@
{% for key in inputKeys %}
{{ form_row(form[key]) }}
{% endfor %}