Make it easier to switch between v1/v2 layout.

This commit is contained in:
James Cole
2021-01-31 20:31:40 +01:00
parent 2dd2d0ef58
commit fdd9d81701
29 changed files with 41 additions and 42 deletions

View File

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