Ajout du module gestion des actions et correction qq bugs

This commit is contained in:
2026-07-23 09:56:47 +02:00
parent b974611196
commit 607fe553d4
4 changed files with 554 additions and 67 deletions
+4 -2
View File
@@ -11,14 +11,16 @@ header_title %}Tableau de bord{% endblock %} {% block content %}
Accédez aux fonctions clés de l'application financière.
</p>
<!-- Grille principale : 2 colonnes pour les boutons -->
<!-- Grille des 8 gros boutons -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-5 mb-8">
<a
href="#"
href="{{ url_for('main.gestion_actions') }}"
class="py-6 px-6 bg-gray-950 hover:bg-blue-600/30 border-2 border-gray-800 hover:border-blue-500 rounded-xl text-white text-lg font-bold tracking-wide transition-all duration-200 flex items-center justify-center shadow-lg hover:scale-[1.01]"
>
1. Actions
1. Gérer les actions
</a>
<a
href="#"
class="py-6 px-6 bg-gray-950 hover:bg-blue-600/30 border-2 border-gray-800 hover:border-blue-500 rounded-xl text-white text-lg font-bold tracking-wide transition-all duration-200 flex items-center justify-center shadow-lg hover:scale-[1.01]"