add loggers actions

This commit is contained in:
Tykayn 2025-06-26 23:14:22 +02:00 committed by tykayn
parent 59398d14ba
commit 12d4db370f
22 changed files with 517 additions and 218 deletions

View file

@ -34,5 +34,14 @@ commerces existants déjà en base: {{ commerces|length }}
{% endfor %}
</tbody>
</table>
{% if redirect_to_stats %}
<script>
setTimeout(function() {
window.location.href = '{{ path('app_admin_stats', {'insee_code': zone}) }}';
}, 5000);
</script>
<div class="alert alert-info mt-4">Vous allez être redirigé automatiquement vers la page de statistiques de la ville dans 5 secondes.</div>
{% endif %}
</div>
{% endblock %}