From d60eef36a023f45224a9b52d17324ab4c1013c47 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 25 Mar 2016 19:12:46 +0100 Subject: CSS: fix help text in edit choices table --- papillon/templates/editChoicesAdmin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'papillon/templates') diff --git a/papillon/templates/editChoicesAdmin.html b/papillon/templates/editChoicesAdmin.html index 0a8c611..7981498 100644 --- a/papillon/templates/editChoicesAdmin.html +++ b/papillon/templates/editChoicesAdmin.html @@ -30,7 +30,7 @@ {%if not poll.dated_choices%}{% trans "Position" %}{%endif%} {% trans "Value" %} {% trans "Max votes" %} - {% trans "Delete?"%} ? + {% trans "Delete?"%} ? {% for choice in choices %}
-- cgit v1.2.3