X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f82fa14e5f5b02994272fc0b588e557d5be6f2a4..3c0e373447323b5e33b273859e790a2054771afa:/src/funding/templates/funding/thanks.html diff --git a/src/funding/templates/funding/thanks.html b/src/funding/templates/funding/thanks.html index 676ea487b..c92e3e9e1 100644 --- a/src/funding/templates/funding/thanks.html +++ b/src/funding/templates/funding/thanks.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% load fnp_share %} {% load polls_tags %} @@ -6,46 +6,38 @@ {% block titleextra %}{% trans "Thank you for your support!" %}{% endblock %} {% block body %} - -

{% trans "Thank you!" %}

-
- -1%Możesz też przekazać
1% podatku na rozwój biblioteki. →
- -

{% trans "Thank you for your support!" %}

-

{% blocktrans %}We will contact you if you qualify for perks.{% endblocktrans %}

- -{% if offer.is_win %} -

{% trans "Full amount was successfully raised!" %}

- -

{% blocktrans with b=offer.title %}Your donation will be spent on digitizing, compiling and - publishing the book {{ b }} in multiple formats.{% endblocktrans %}

- -{% else %} - -

{% blocktrans with b=offer.title %}If the full amount needed is raised, - your donation will be spent on digitizing, compiling and - publishing the book {{ b }} in multiple formats.{% endblocktrans %}

- -{% endif %} - - -

{% include "funding/snippets/any_remaining.html" %} - -{% trans "Learn more" %}.

- -{% url 'funding_current' offer.slug as current %} -

{% trans "Go back to the current fundraiser." %}

- - -

{% trans "Tell your friends!" %}

-

{% share current _("I support Wolne Lektury.") "big" %}

- -{% if offer.poll %} -

{% trans "Vote for a book for the next fundraiser" %}

- {% poll offer.poll %} -{% endif %} -
- - +

{% trans "Thank you!" %}

+
+ 1%Możesz też przekazać
1% podatku na rozwój biblioteki. →
+ +

{% trans "Thank you for your support!" %}

+

{% blocktrans %}We will contact you if you qualify for perks.{% endblocktrans %}

+ + {% if offer.is_win %} +

{% trans "Full amount was successfully raised!" %}

+

{% blocktrans with b=offer.title %}Your donation will be spent on digitizing, compiling and + publishing the book {{ b }} in multiple formats.{% endblocktrans %}

+ {% else %} +

{% blocktrans with b=offer.title %}If the full amount needed is raised, + your donation will be spent on digitizing, compiling and + publishing the book {{ b }} in multiple formats.{% endblocktrans %}

+ {% endif %} + +

+ {% include "funding/snippets/any_remaining.html" %} + {% trans "Learn more" %}. +

+ + {% url 'funding_current' offer.slug as current %} +

{% trans "Go back to the current fundraiser." %}

+ + +

{% trans "Tell your friends!" %}

+

{% share current _("I support Wolne Lektury.") "big" %}

+ + {% if offer.poll %} +

{% trans "Vote for a book for the next fundraiser" %}

+ {% poll offer.poll %} + {% endif %} +
{% endblock %}