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

Refactor box macro to card

This commit is contained in:
DjVinnii 2021-04-01 19:47:59 +02:00
parent 5ddea07c9a
commit b2498e8c8f

View File

@ -17,7 +17,7 @@
{{ macros.form_field(form.tls) }}
{% endcall %}
{% call macros.box(title="Authentication") %}
{% call macros.card(title="Authentication") %}
{{ macros.form_field(form.username) }}
{{ macros.form_field(form.password) }}
{% endcall %}