You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-15 01:24:34 +02:00
Refactor box macro to card
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user