X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/64349ee13bfebda80f33746a2ed3440801347165..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/funding/templates/funding/thanks.html diff --git a/apps/funding/templates/funding/thanks.html b/apps/funding/templates/funding/thanks.html deleted file mode 100755 index efff200dc..000000000 --- a/apps/funding/templates/funding/thanks.html +++ /dev/null @@ -1,45 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load fnp_share %} -{% load polls_tags %} - -{% block titleextra %}{% trans "Thank you for your support!" %}{% endblock %} - -{% block body %} - -

{% trans "Thank you!" %}

-
- -{% trans "Thank you for your support!" %} - -{% if offer.is_win %} -

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

- -

{% blocktrans with due=offer.due end=offer.end %}The fundraiser - ends on {{ end }}. The book will be published by {{ due }}.{% endblocktrans %}

-{% else %} -

- {% blocktrans with b=offer.title %}Your donation will be spent on digitizing, compiling and - publishing the book {{ b }} in multiple formats. We will contact you if you qualify for perks.{% 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 %}