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:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user