Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
To have inclusion criteria as a nicer looking link
  • Loading branch information
smlmbrt authored Jan 26, 2024
1 parent 29fac48 commit 5c14bd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions catalog/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
# e.g.: /downloads/
path('downloads/', views.DownloadView.as_view(), name='Downloads'),

# e.g.: /inclusioncriteria/
path('inclusioncriteria/', RedirectView.as_view(url='/about/#eligibility')),

# e.g.: /submit/
path('submit/', RedirectView.as_view(url='/about/#submission')),

Expand Down

0 comments on commit 5c14bd0

Please sign in to comment.