Skip to content

Commit

Permalink
fix: Enable redirect link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-AP committed Aug 25, 2023
1 parent fad795e commit 05e3443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddm/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


participation_flow_patterns = [
#path(r'', participation_flow.participation_redirect_view, name='participation-redirect'),
path(r'', participation_flow.participation_redirect_view, name='participation-redirect'),
path(r'briefing/', participation_flow.BriefingView.as_view(), name='briefing'),
path(r'data-donation/', participation_flow.DataDonationView.as_view(), name='data-donation'),
path(r'questionnaire/', participation_flow.QuestionnaireView.as_view(), name='questionnaire'),
Expand Down

0 comments on commit 05e3443

Please sign in to comment.