X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/62d83af2cafb15b3940311cf305a30d489909d95..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/funding/templates/funding/thanks.html?ds=sidebyside diff --git a/apps/funding/templates/funding/thanks.html b/apps/funding/templates/funding/thanks.html deleted file mode 100755 index f3ca19f6f..000000000 --- a/apps/funding/templates/funding/thanks.html +++ /dev/null @@ -1,25 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load fnp_share %} - -{% block titleextra %}{% trans "Thank you!" %}{% endblock %} - -{% block body %} - -

{% trans "Thank you!" %}

-
- -{% trans "Thank you for your support!" %} - - - -{% url 'funding_current' as current %} -

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

- -{% url 'funding_current' as current %} -

{% share current 'y' %}

- -
- - -{% endblock %}