From 474d4d8b9982ad24717a0a7087158008d34c0947 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 28 Mar 2014 15:11:59 +0100 Subject: [PATCH] Remove double headline on wishlist. --- templates/wishlist/modules/wish.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/templates/wishlist/modules/wish.html b/templates/wishlist/modules/wish.html index 8d8009c2..e8bbc434 100644 --- a/templates/wishlist/modules/wish.html +++ b/templates/wishlist/modules/wish.html @@ -1,19 +1,20 @@
- {% if wish.remaining_days <= 10 and wish.remaining_days >= 0 %} - - {{ _("Only a few days left!") }} - - {% end %} + {% if not short %} + {% if wish.remaining_days <= 10 and wish.remaining_days >= 0 %} + + {{ _("Only a few days left!") }} + + {% end %} -

- {{ wish.title }} -

+

+ {{ wish.title }} +

-
+
- {% if not short %} {% raw wish.description %} +
{% end %} -- 2.47.3