Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gfbot@GFbot:~/Trabajos/tendenci_helios/venv-tendenci_v10/src/tendenci$ git diff
- diff --git a/tendenci/apps/user_groups/templates/user_groups/detail.html b/tendenci/apps/user_groups/templates/user_groups/detail.html
- index 20c4da06b..fee117035 100644
- --- a/tendenci/apps/user_groups/templates/user_groups/detail.html
- +++ b/tendenci/apps/user_groups/templates/user_groups/detail.html
- @@ -58,7 +58,7 @@
- {% blocktrans %}Users cannot add themselves to this group{% endblocktrans %}</a></li>
- {% endif %}
- - {% if group.allow_self.remove %}
- + {% if group.allow_self_remove %}
- <li><a href="{% url "group.edit" group.slug %}">
- {% blocktrans %}Users can remove themselves from this group{% endblocktrans %}</a></li>
- {% else %}
Add Comment
Please, Sign In to add comment