fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d01e69364fc49dc7bb628ad25e1bf08614f8299c
[wolnelektury.git]
/
src
/
club
/
templates
/
club
/
donation_step1.html
1
{% extends 'club/donation_step_base.html' %}
2
{% load chunks %}
3
4
{% block donation-step-content %}
5
{% include "club/donation_step1_form.html" %}
6
{% endblock %}
7
8
{% block donate-bottom %}
9
<a name="wiecej"></a>
10
<div class="donation-more">
11
{% chunk "donate-bottom" %}
12
</div>
13
{% endblock %}