Refactor box macro to card

master
DjVinnii 3 years ago
parent 5ddea07c9a
commit b2498e8c8f

@ -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 %}

Loading…
Cancel
Save