diff --git a/fet2020/fet2020/urls.py b/fet2020/fet2020/urls.py index 84abd46d..9c7018f3 100644 --- a/fet2020/fet2020/urls.py +++ b/fet2020/fet2020/urls.py @@ -41,6 +41,10 @@ urlpatterns = [ path("member/", include(member_urlpatterns), name="member"), path("posts/", include("posts.urls")), path("tasks/", include("tasks.urls"), name="tasks"), + path("discord/", RedirectView.as_view(url="https://discord.com/invite/7qRuuMA"), name="discord"), + path("facebook/", RedirectView.as_view(url="https://www.facebook.com/FachschaftET/"), name="facebook"), + path("instagram/", RedirectView.as_view(url="https://www.instagram.com/fet_tuwien/"), name="instagram"), + path("telegram/", RedirectView.as_view(url="https://t.me/FETInfo"), name="telegram"), path( "sitemap.xml", sitemap, diff --git a/fet2020/templates/flatpages/social_media.html b/fet2020/templates/flatpages/social_media.html index 812fed6c..6d2f7f44 100644 --- a/fet2020/templates/flatpages/social_media.html +++ b/fet2020/templates/flatpages/social_media.html @@ -23,7 +23,7 @@ - +
- +
- +
- +
- +
Probiers mal social: - - - -