Skip to content

Commit d42db4f

Browse files
committed
fix
1 parent 7fa5249 commit d42db4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

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

0 commit comments

Comments
 (0)