Skip to content

Commit

Permalink
3D printer hunt bla bla redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
benabraham committed Sep 14, 2023
1 parent 560a096 commit daf3c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

path("pyconcz-discord/", RedirectView.as_view(url='https://discord.gg/UtPkpPB7te', permanent=True)),
path("discord/", RedirectView.as_view(url='https://discord.gg/UtPkpPB7te', permanent=True)),
path("3D/", RedirectView.as_view(url='https://docs.google.com/forms/d/e/1FAIpQLSeyr13vobeJVqBgucq27j0yLzbH6tTmSYP4dZEDLEkCYHI6Hg/', permanent=True)),
path("tshirt/", RedirectView.as_view(url='https://pretix.eu/pyconcz/pyconcz23/redeem?voucher=TSHIRT', permanent=False)),
path("schedule/", RedirectView.as_view(url='/2023/program/schedule/', permanent=True)),

Expand Down

0 comments on commit daf3c8a

Please sign in to comment.