From a086c5784f900283d4c8d06ba36728cc521ef905 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 25 Feb 2019 21:17:04 +0100 Subject: [PATCH] Fix label not being hidden by JS --- templates/admin/actions.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/admin/actions.html b/templates/admin/actions.html index 8d74636b..767ba205 100644 --- a/templates/admin/actions.html +++ b/templates/admin/actions.html @@ -6,11 +6,11 @@ {% if actions_selection_counter %} {{ selection_note }} {% if cl.result_count != cl.result_list|length %} - {{ selection_note_all }} - + + - {% trans "Clear selection" %} + {% endif %} {% endif %}