From b08f558cd00d568734b498209eaf90d9ce7cec48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20D=C3=BCster?= Date: Fri, 22 Mar 2024 11:24:23 +0100 Subject: [PATCH] Fix link to fee regulations in registration --- sipa/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sipa/forms.py b/sipa/forms.py index 0ebc2cd7..d615f084 100644 --- a/sipa/forms.py +++ b/sipa/forms.py @@ -583,7 +583,7 @@ class RegisterFinishForm(FlaskForm): render_links, links={ "constitution": "../pages/legal/agdsn_constitution", - "fee_regulation": "../pages/legal/finance_constitution", + "fee_regulation": "../pages/legal/membership_fee_regulations", "network_constitution": "../pages/legal/network_constitution", "privacy_policy": "../pages/legal/agdsn_dataprotection", },