X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/28cb104054903726b0556222929f8f2e9941882d..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 981ae62f5..46282518e 100755 --- a/apps/funding/templates/funding/tags/funding.html +++ b/apps/funding/templates/funding/tags/funding.html @@ -1,23 +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 "collected" %}: {{ offer.sum }} / {{ offer.target }} zł - {% if is_current %} - {% trans "until fundraiser end" %}: - - + +
+
+{% if closeable %} +
{% trans "Help free the book!" %}
+{% endif %} +{% endspaceless %} {% endif %}