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 @@ - + @@ -34,7 +34,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -56,7 +56,7 @@ - + diff --git a/fet2020/templates/home.html b/fet2020/templates/home.html index 3599fdd3..60900d99 100644 --- a/fet2020/templates/home.html +++ b/fet2020/templates/home.html @@ -71,7 +71,7 @@ Schreib uns ein Mail :) - + diff --git a/fet2020/templates/layout.html b/fet2020/templates/layout.html index cb847c2a..b8a1bdca 100644 --- a/fet2020/templates/layout.html +++ b/fet2020/templates/layout.html @@ -82,16 +82,16 @@ Probiers mal social: - + - + - + - +