fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Be more SSL-friendly.
[wolnelektury.git]
/
apps
/
funding
/
templates
/
funding
/
offer_detail.html
diff --git
a/apps/funding/templates/funding/offer_detail.html
b/apps/funding/templates/funding/offer_detail.html
index
9dad6fe
..
39c583b
100755
(executable)
--- a/
apps/funding/templates/funding/offer_detail.html
+++ b/
apps/funding/templates/funding/offer_detail.html
@@
-1,6
+1,6
@@
{% extends "base.html" %}
{% load url from future %}
{% extends "base.html" %}
{% load url from future %}
-{% load i18n %}
+{% load i18n
static
%}
{% load funding_tags %}
{% load pagination_tags %}
{% load fnp_share %}
{% load funding_tags %}
{% load pagination_tags %}
{% load fnp_share %}
@@
-48,7
+48,7
@@
{{ form.as_table }}
<tr><td></td><td>
<button type="submit" style="border: none; background: none; cursor: pointer">
{{ form.as_table }}
<tr><td></td><td>
<button type="submit" style="border: none; background: none; cursor: pointer">
- <img alt="{% trans 'Donate!' %}" src="
http://static.payu.com/pl/standard/partners/buttons/payu_account_button_01.png
" />
+ <img alt="{% trans 'Donate!' %}" src="
{% static 'img/payu.png %}
" />
</button>
</td></tr>
</table>
</button>
</td></tr>
</table>