diff --git a/src/teams/templates/team_guide.html b/src/teams/templates/team_guide.html index 283bcf38..e4a5732d 100644 --- a/src/teams/templates/team_guide.html +++ b/src/teams/templates/team_guide.html @@ -8,21 +8,23 @@ Guide for: {{ team.name }} | {{ block.super }} {% block team_content %}
-
-

+
+
+ + Print + + {% if request.user in team.responsible_members.all %} + Edit + {% endif %} +
+

Guide / Howto for {{ team.name }}

- - Print -

- {% if request.user in team.responsible.all %} - Edit - {% endif %}