Files
atst/templates/fragments/applications/edit_application_form.html
2019-04-11 15:54:56 -04:00

9 lines
228 B
HTML

{% 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) }}