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 @@