Skip to content

Commit

Permalink
added t-shirt redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
benabraham committed Sep 12, 2023
1 parent eb7553e commit 06ca831
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("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)),

path("pattern-lib/", TemplateView.as_view(template_name='pages/pattern_lib.html'), name='pattern_lib'),
Expand Down

0 comments on commit 06ca831

Please sign in to comment.