9 lines
228 B
HTML
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) }}
|