From eb79e3a373fc1ca2a159858cbe5edfec4f8301bf Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Thu, 19 Sep 2024 17:07:50 +0200 Subject: [PATCH] fix(templates): Variables in base template overrule context vars e.g. `signup_url` constructed in `get_context_data()` would not be used. --- allauth/templates/allauth/layouts/base.html | 48 +++++++++---------- .../templates/allauth/layouts/base.html | 14 +++--- .../templates/allauth/layouts/manage.html | 30 ++++++------ 3 files changed, 46 insertions(+), 46 deletions(-) diff --git a/allauth/templates/allauth/layouts/base.html b/allauth/templates/allauth/layouts/base.html index 9d4c0d201d..716c3586d7 100644 --- a/allauth/templates/allauth/layouts/base.html +++ b/allauth/templates/allauth/layouts/base.html @@ -25,53 +25,53 @@ {% trans "Menu:" %}