From 30c34ebd78085c903819baccd8ab790aea879955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Thu, 18 Jan 2024 10:25:45 +0100 Subject: [PATCH] fix url --- .../molecules/candidates/elections/candidate_footer_box.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/templates/styleguide2/includes/molecules/candidates/elections/candidate_footer_box.html b/shared/templates/styleguide2/includes/molecules/candidates/elections/candidate_footer_box.html index f1ec7c77..2ff613c6 100644 --- a/shared/templates/styleguide2/includes/molecules/candidates/elections/candidate_footer_box.html +++ b/shared/templates/styleguide2/includes/molecules/candidates/elections/candidate_footer_box.html @@ -1,7 +1,7 @@ {% load wagtailimages_tags %} <a - href="#" + href="{{ candidate_page.url }}" class=" flex gap-2 min-w-[calc(100vw_-_2.5rem)] duration-150 group !no-underline -- GitLab