X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/62d83af2cafb15b3940311cf305a30d489909d95..1e9113af163a3d002b0b9c3e8c339f22af5b848a:/apps/funding/templates/funding/tags/funding.html diff --git a/apps/funding/templates/funding/tags/funding.html b/apps/funding/templates/funding/tags/funding.html index dd25247f7..46282518e 100755 --- a/apps/funding/templates/funding/tags/funding.html +++ b/apps/funding/templates/funding/tags/funding.html @@ -1,24 +1,48 @@ {% load i18n %} {% load time_tags %} {% if offer %} - - {% if is_current %} - {% trans "Support a book:" %} +{% spaceless %} +
+ {% if closeable %}X{% endif %} + {% if link and is_current %} +
+ + {% trans "Support!" %} + +
{% endif %} - {{ offer }} - - {% trans "missing" %}: {{ missing }} zł - {% trans "collected" %}: {{ sum }} - {% if is_current %} - {% trans "until fundraiser end" %}: - - + +
+
+{% if closeable %} +
{% trans "Help free the book!" %}
+{% endif %} +{% endspaceless %} {% endif %}