From 85ca18e18fbff0b37c7270995f0bdc97efdcc3cb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 1 Jul 2013 19:50:41 +0200 Subject: Don't display actions if there is only one available --- chimere/templates/chimere/blocks/actions.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chimere/templates/chimere/blocks/actions.html b/chimere/templates/chimere/blocks/actions.html index 93debb0..b00666f 100644 --- a/chimere/templates/chimere/blocks/actions.html +++ b/chimere/templates/chimere/blocks/actions.html @@ -1,3 +1,4 @@ +{% if actions.1 %}
+{% endif %} -- cgit v1.2.3