fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some minor funding changes.
[wolnelektury.git]
/
apps
/
funding
/
templates
/
funding
/
thanks.html
diff --git
a/apps/funding/templates/funding/thanks.html
b/apps/funding/templates/funding/thanks.html
index
2863c69
..
f3ca19f
100755
(executable)
--- a/
apps/funding/templates/funding/thanks.html
+++ b/
apps/funding/templates/funding/thanks.html
@@
-1,6
+1,6
@@
{% extends "base.html" %}
{% load i18n %}
{% extends "base.html" %}
{% load i18n %}
-{% load f
unding_tags
%}
+{% load f
np_share
%}
{% block titleextra %}{% trans "Thank you!" %}{% endblock %}
{% block titleextra %}{% trans "Thank you!" %}{% endblock %}
@@
-11,7
+11,14
@@
{% trans "Thank you for your support!" %}
{% trans "Thank you for your support!" %}
-<p><a href="{{ object.get_absolute_url }}">{% trans "Go back to the current fundraiser." %}</a></p>
+
+
+{% url 'funding_current' as current %}
+<p><a href="{{ current }}">{% trans "Go back to the current fundraiser." %}</a></p>
+
+{% url 'funding_current' as current %}
+<p>{% share current 'y' %}</p>
+
</div>
</div>