Split app settings into two panels

This commit is contained in:
Montana
2019-04-04 16:48:52 -04:00
parent 25c1490afb
commit bba5c1531d
4 changed files with 33 additions and 25 deletions

View File

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