First (almost) functional CSV importer.

This commit is contained in:
James Cole
2015-07-04 07:53:37 +02:00
parent 26c9b2c353
commit d2c018f7da
12 changed files with 664 additions and 44 deletions

View File

@@ -1,3 +1,3 @@
{% if options.helpText %}
<p class="help-block">{{ options.helpText }}</p>
<p class="help-block">{{ options.helpText|raw }}</p>
{% endif %}

View File

@@ -3,6 +3,7 @@
<div class="col-sm-8">
{{ Form.input('text', name, value, options) }}
{% include 'form/help.twig' %}
{% include 'form/feedback.twig' %}
</div>
</div>