Guest User

Untitled

a guest
Oct 3rd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.85 KB | None | 0 0
  1. gfbot@GFbot:~/Trabajos/tendenci_helios/venv-tendenci_v10/src/tendenci$ git diff
  2. diff --git a/tendenci/apps/user_groups/templates/user_groups/detail.html b/tendenci/apps/user_groups/templates/user_groups/detail.html
  3. index 20c4da06b..fee117035 100644
  4. --- a/tendenci/apps/user_groups/templates/user_groups/detail.html
  5. +++ b/tendenci/apps/user_groups/templates/user_groups/detail.html
  6. @@ -58,7 +58,7 @@
  7.                          {% blocktrans %}Users cannot add themselves to this group{% endblocktrans %}</a></li>
  8.                  {% endif %}
  9.  
  10. -                {% if group.allow_self.remove %}
  11. +                {% if group.allow_self_remove %}
  12.                      <li><a href="{% url "group.edit" group.slug %}">
  13.                          {% blocktrans %}Users can remove themselves from this group{% endblocktrans %}</a></li>
  14.                  {% else %}
Add Comment
Please, Sign In to add comment