fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Basically usable funding workflow.
[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
baf2275
..
2863c69
100755
(executable)
--- a/
apps/funding/templates/funding/thanks.html
+++ b/
apps/funding/templates/funding/thanks.html
@@
-1,16
+1,17
@@
{% extends "base.html" %}
{% extends "base.html" %}
+{% load i18n %}
{% load funding_tags %}
{% load funding_tags %}
-{% block titleextra %}
Dziękujemy!
{% endblock %}
+{% block titleextra %}
{% trans "Thank you!" %}
{% endblock %}
{% block body %}
{% block body %}
-<h1>
Dziękujemy!
</h1>
+<h1>
{% trans "Thank you!" %}
</h1>
<div class="white-box normal-text">
<div class="white-box normal-text">
-Dziękujemy za wsparcie!
+{% trans "Thank you for your support!" %}
-<p><a href="{{ object.get_absolute_url }}">
Wróć do strony aktualnej zbiórki.
</a></p>
+<p><a href="{{ object.get_absolute_url }}">
{% trans "Go back to the current fundraiser." %}
</a></p>
</div>
</div>