From 8a8dddd53ca0531d59ecc15e8ad2775b486b0594 Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Mon, 23 Mar 2026 19:59:11 +0100 Subject: [PATCH] Add inscription button in navbar for non-authenticated users - Desktop: yellow "Inscription" button next to login icon (hidden on mobile) - Mobile menu: yellow "Inscription" block after "Connexion" link - Registration was already functional at /inscription, just missing from navbar Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/base.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/base.html.twig b/templates/base.html.twig index 1b9248e..ed7265f 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -110,6 +110,7 @@ {% else %} + @@ -135,6 +136,7 @@ Mon espace {% else %} Connexion + Inscription {% endif %}