1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

Add missing hidden fields

This commit is contained in:
Alexander Graf 2022-11-04 13:35:38 +01:00
parent 27a5f9db65
commit 311f41c331
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

View File

@ -3,6 +3,7 @@
{%- block content %}
{%- call macros.card() %}
<form class="form" method="post" role="form">
{{ form.hidden_tag() }}
{{ macros.form_field(form.email) }}
{{ macros.form_field(form.pw) }}
{{ macros.form_fields(fields, label=False, class="btn btn-default") }}