From 4a61d463bd58a95fe9bb1df2eff159c4b3d9f8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Thu, 4 Sep 2014 19:37:02 -0700 Subject: [PATCH] disable leave buttons in profile (not implemented) --- templates/accounts/profile.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/accounts/profile.html b/templates/accounts/profile.html index 34cc6e1..c9ed82a 100644 --- a/templates/accounts/profile.html +++ b/templates/accounts/profile.html @@ -34,11 +34,13 @@ {% for group in request.user.groups.all %}
  • {{ group }} + {% comment %} + {% endcomment %}
  • {% endfor %} {% if not request.user.groups.exists %} @@ -57,11 +59,13 @@ {% for team in request.user.teams.all %}
  • {{ team }} + {% comment %} + {% endcomment %}
  • {% endfor %} {% if not request.user.teams.exists %}