Skip to content

Commit

Permalink
Fix link to fee regulations in registration
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Mar 10, 2024
1 parent 54b24c8 commit a7aff35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sipa/blueprints/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def data(reg_state: RegisterState):
return render_template('register/data.html', title=gettext('Konto erstellen'), form=form,
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',
})
Expand Down

0 comments on commit a7aff35

Please sign in to comment.