mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-04 17:04:53 +02:00
add loggers actions
This commit is contained in:
parent
59398d14ba
commit
12d4db370f
22 changed files with 517 additions and 218 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue