Skip to content

Commit

Permalink
Merge pull request PGScatalog#327 from PGScatalog/link-inclusion
Browse files Browse the repository at this point in the history
Update urls.py
  • Loading branch information
ens-lgil authored Jan 26, 2024
2 parents 29fac48 + 5c14bd0 commit f5a14f3
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 f5a14f3

Please sign in to comment.