1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 22:01:06 +00:00

Change "quit" to "leave group" at grp members page

This commit is contained in:
lian
2015-06-24 14:18:43 +08:00
parent f1864b26ed
commit 22f6685f64

View File

@@ -7,7 +7,7 @@
<div class="hd"> <div class="hd">
<h3 class="fleft">{% trans "Members" %}</h3> <h3 class="fleft">{% trans "Members" %}</h3>
{% if group.view_perm != 'pub' and not is_staff %} {% if group.view_perm != 'pub' and not is_staff %}
<button id="quit-group" data-url="{% url 'group_quit' group.id %}" class="fright">{% trans "Quit" %}</button> <button id="quit-group" data-url="{% url 'group_quit' group.id %}" class="fright">{% trans "Leave Group" %}</button>
{% endif %} {% endif %}
</div> </div>
<ul class="user-list"> <ul class="user-list">