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:
parent
5ddea07c9a
commit
b2498e8c8f
@ -17,7 +17,7 @@
|
|||||||
{{ macros.form_field(form.tls) }}
|
{{ macros.form_field(form.tls) }}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% call macros.box(title="Authentication") %}
|
{% call macros.card(title="Authentication") %}
|
||||||
{{ macros.form_field(form.username) }}
|
{{ macros.form_field(form.username) }}
|
||||||
{{ macros.form_field(form.password) }}
|
{{ macros.form_field(form.password) }}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
Loading…
Reference in New Issue
Block a user