From e27b4cd9e9553f9d356439a6a8f1212b531e5c06 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Wed, 9 May 2018 22:39:44 -0400 Subject: [PATCH] Make member names a link to their profile on the member management page --- get_together/templates/get_together/teams/manage_members.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_together/templates/get_together/teams/manage_members.html b/get_together/templates/get_together/teams/manage_members.html index b613b7b..5814d01 100644 --- a/get_together/templates/get_together/teams/manage_members.html +++ b/get_together/templates/get_together/teams/manage_members.html @@ -34,7 +34,7 @@ {% for member in members %} - {{member.user}} + {{member.user}} {% if member.user.user.account.is_email_confirmed %}