From a16c6c4ba33cb03254782b8eba8d395f400594fa Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sat, 8 Apr 2017 09:58:16 +0200 Subject: [PATCH] small template change to team list --- src/teams/templates/team_list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/teams/templates/team_list.html b/src/teams/templates/team_list.html index 549b1020..3e2fd784 100644 --- a/src/teams/templates/team_list.html +++ b/src/teams/templates/team_list.html @@ -16,9 +16,7 @@ Teams | {{ block.super }} Area Responsible Members - {% if request.user.is_authenticated %} - Action - {% endif %} + Actions @@ -55,6 +53,8 @@ Teams | {{ block.super }} {% endif %} {% endif %} + {% else %} + Login to join! {% endif %} {% endfor %}