diff --git a/core/accounts/templates/accounts/home.html b/core/accounts/templates/accounts/home.html index 71be8ff..85bc6c0 100644 --- a/core/accounts/templates/accounts/home.html +++ b/core/accounts/templates/accounts/home.html @@ -4,7 +4,7 @@
-
+

Willkommen, {{ request.user.username }}!

diff --git a/core/homepage/static/icons/favicon.png b/core/homepage/static/icons/favicon.png new file mode 100644 index 0000000..1abaa4f Binary files /dev/null and b/core/homepage/static/icons/favicon.png differ diff --git a/core/homepage/templates/homepage/base.html b/core/homepage/templates/homepage/base.html index 4dc5151..a51baaa 100644 --- a/core/homepage/templates/homepage/base.html +++ b/core/homepage/templates/homepage/base.html @@ -2,6 +2,7 @@ +