From 8076f0c380e0cbb543ace164c5c7584111f53489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Wed, 8 Aug 2018 14:37:41 +0200 Subject: [PATCH] Use assign/unassign on button. --- src/teams/templates/team_shift_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/teams/templates/team_shift_list.html b/src/teams/templates/team_shift_list.html index 063cc077..9d02d80c 100644 --- a/src/teams/templates/team_shift_list.html +++ b/src/teams/templates/team_shift_list.html @@ -66,12 +66,12 @@ {% if user in shift.users %} - Drop it! + Unassign me {% elif shift.people_required > shift.team_members.count %} - Take it! + Assign me {% endif %} {% endfor %}