Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% 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 %}
- <li><a href="{% url "group.edit" group.slug %}">
- {% blocktrans %}Users cannot remove themsleves{% endblocktrans %}</a></li>
- {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement