From 5b0b07156458c9128a524b5591972a6d5f743cb9 Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Tue, 25 Feb 2025 21:32:05 +0100 Subject: [PATCH] add whatsapp channel --- fet2020/fet2020/urls.py | 5 +++++ fet2020/templates/base.html | 3 +++ 2 files changed, 8 insertions(+) diff --git a/fet2020/fet2020/urls.py b/fet2020/fet2020/urls.py index 598ddee2..80df4f7e 100644 --- a/fet2020/fet2020/urls.py +++ b/fet2020/fet2020/urls.py @@ -50,6 +50,11 @@ urlpatterns = [ RedirectView.as_view(url="https://www.facebook.com/FachschaftET/"), name="facebook", ), + path( + "whatsapp/", + RedirectView.as_view(url="https://whatsapp.com/channel/0029Vb5gAuiJf05agL0cCE0A"), + name="whatsapp", + ), path( "instagram/", RedirectView.as_view(url="https://www.instagram.com/fet_tuwien/"), diff --git a/fet2020/templates/base.html b/fet2020/templates/base.html index c3c26d06..d30c43c5 100644 --- a/fet2020/templates/base.html +++ b/fet2020/templates/base.html @@ -209,6 +209,9 @@
  • +
  • + +