From 222cb74622e993752663ab5f298b7bfd5a675d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Tue, 12 Mar 2019 12:12:01 +0100 Subject: [PATCH] Make edit button blue. --- src/teams/templates/team_guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/teams/templates/team_guide.html b/src/teams/templates/team_guide.html index e4a5732d..78db9868 100644 --- a/src/teams/templates/team_guide.html +++ b/src/teams/templates/team_guide.html @@ -16,7 +16,7 @@ Guide for: {{ team.name }} | {{ block.super }} Print {% if request.user in team.responsible_members.all %} - Edit + Edit {% endif %}