From: Michael Tremer Date: Fri, 28 Mar 2014 14:11:59 +0000 (+0100) Subject: Remove double headline on wishlist. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=474d4d8b9982ad24717a0a7087158008d34c0947;p=ipfire.org.git Remove double headline on wishlist. --- 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 %}