Skip to content

Commit d2214d7

Browse files
committed
fix #375 在特定权限配置下列表页面选中计数不正确
1 parent 677303e commit d2214d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

simpleui/templates/admin/actions.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
<span class="question">
7171
<a href="#"
7272
onclick="selectAll()"
73-
title="{% trans "Click here to select the objects across all pages" %}">{% blocktrans with cl.result_count as total_count %}
74-
Select all {{ total_count }} {{ module_name }}{% endblocktrans %}</a>
73+
title="{% trans "Click here to select the objects across all pages" %}">{% blocktrans with cl.result_count as total_count %}Select all {{ total_count }} {{ module_name }}{% endblocktrans %}</a>
7574
</span>
7675
<span class="clear">
7776
<a href="#" onclick="unSelect()">{% trans "Clear selection" %}</a>

0 commit comments

Comments
 (0)