fix: removido Flask-Moment e adicionada data formatada em português

This commit is contained in:
andersonid
2025-04-02 14:39:44 -03:00
parent 4f781b2a0e
commit ac461ce800
2 changed files with 12 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<div class="row mb-4">
<div class="col-12">
<h3 class="text-muted mb-4">
{{ moment().format('LL') }}
{{ data_atual }}
</h3>
</div>
</div>