refactor: standalone message block for better customization

This commit is contained in:
2024-11-29 22:15:46 -03:00
parent 6279dc7dd0
commit 512cec6a3c
4 changed files with 8 additions and 3 deletions

View File

@@ -13,6 +13,9 @@
<div class="col-12 my-3">
{{ inner_header("Login") }}
</div>
<div class="col-12 px-2">
{% include 'message.html' %}
</div>
<form class="col-12 needs-validation h-100" method="post" novalidate>
<div class="mb-3">
<label for="email" class="form-label">Email</label>