Move application form contents to one panel

This commit is contained in:
Patrick Smith
2019-02-10 12:54:18 -05:00
parent 32583689fc
commit 7862cb9c2c
5 changed files with 113 additions and 92 deletions

View File

@@ -1,12 +1,8 @@
{% from "components/text_input.html" import TextInput %}
{{ form.csrf_token }}
<div class="panel">
<div class="panel__content">
<p>
{{ "fragments.edit_application_form.explain" | translate }}
</p>
{{ TextInput(form.name) }}
{{ TextInput(form.description, paragraph=True) }}
</div>
</div>
<p>
{{ "fragments.edit_application_form.explain" | translate }}
</p>
{{ TextInput(form.name) }}
{{ TextInput(form.description, paragraph=True) }}