Skip to content

Commit

Permalink
update donation link for 12 hour broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeseLad committed Feb 20, 2025
1 parent 439048c commit ea717e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mps_site/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
path("ads", views.ads, name="ads"),
path('robots.txt', TemplateView.as_view(template_name="robots.txt", content_type='text/plain')),
path('favicon.ico', RedirectView.as_view(url=settings.STATIC_URL + 'assets/img/other/favicon.ico')),
path('donate', RedirectView.as_view(url="https://www.idonate.ie/fundraiser/MediaProductionSociety12"), name="donate"),
path('donate', RedirectView.as_view(url="https://www.idonate.ie/fundraiser/MediaProductionSociety13"), name="donate"),
path('lounge', RedirectView.as_view(url="https://lounge.live/lounges/kr53i9b6"), name="lounge"),
path('join', RedirectView.as_view(url="https://dcuclubsandsocs.ie/society/media-production"), name="join"),
path('thinktank', RedirectView.as_view(url="https://chat.whatsapp.com/EBupVbTpWX01uJvBp5r24D"), name="thinktank"),
Expand Down

0 comments on commit ea717e0

Please sign in to comment.