Skip to content

Commit

Permalink
fix: [tos] Fixed broken ToS link
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Kieffer <[email protected]>
  • Loading branch information
romainkieffer committed Sep 2, 2024
1 parent 7e54be5 commit 0a25eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legal_section/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

urlpatterns = [
path("privacy/", views.privacy, name="privacy"),
path("tos/", views.tos, name="tos"),
path("terms-conditions/", views.tos, name="tos"),
]

0 comments on commit 0a25eed

Please sign in to comment.