diff --git a/fet2020/templates/layout.html b/fet2020/templates/layout.html index cca8e03c..b29be04d 100644 --- a/fet2020/templates/layout.html +++ b/fet2020/templates/layout.html @@ -12,6 +12,12 @@ + +
@@ -25,7 +31,7 @@
- +
@@ -47,9 +53,9 @@
  • Tasks
  • {% endif %}
  • Aktuelles
  • +
  • Fachschaft
  • Fotos
  • Blackboard
  • -
  • Mitarbeiter
  • {% if request.user.is_authenticated %}
  • Logout
  • {% else %} @@ -63,20 +69,20 @@ {% block content %} {% endblock %} -