Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.43 KB | None | 0 0
  1. {% if group.allow_self_remove %}
  2.                     <li><a href="{% url "group.edit" group.slug %}">
  3.                         {% blocktrans %}Users can remove themselves from this group{% endblocktrans %}</a></li>
  4.                 {% else %}
  5.                     <li><a href="{% url "group.edit" group.slug %}">
  6.                         {% blocktrans %}Users cannot remove themsleves{% endblocktrans %}</a></li>
  7.                 {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement