Fix: Corriger l'endpoint url_for dans youtube.html

This commit is contained in:
2026-02-17 15:05:05 +01:00
parent 651773e63d
commit 4d8038cc77
+1 -1
View File
@@ -218,7 +218,7 @@
{{ 'Enregistrer' if notification else 'Ajouter la notification' }}
</button>
{% if notification %}
<a href="{{ url_for('youtube') }}"
<a href="{{ url_for('openYouTube') }}"
class="px-6 py-2.5 bg-gray-200 dark:bg-gray-600 hover:bg-gray-300 dark:hover:bg-gray-500 text-gray-700 dark:text-gray-200 font-medium rounded-lg transition-colors">
Annuler
</a>