]> git.ipfire.org Git - people/ms/westferry.git/blame - src/templates/modules/forms/index.html
UI: Move forms from backend into UI
[people/ms/westferry.git] / src / templates / modules / forms / index.html
CommitLineData
1b19941d 1<form method="{{ f.method }}" action="{{ f.action }}">
f33e1d2f
MT
2 {% raw xsrf_form_html() %}
3
1b19941d 4 {% module FormElements(f) %}
f33e1d2f 5
1b19941d 6 <button type="submit" class="primary button">{{ f.submit_text or _("Submit") }}</button>
f33e1d2f 7</form>