fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Cleanup
[wolnelektury.git]
/
src
/
club
/
templates
/
club
/
donation_step1.html
1
{% extends 'club/donation_step_base.html' %}
2
{% load club %}
3
{% load static %}
4
5
6
{% block donation-step-content %}
7
{% include "club/donation_step1_form.html" %}
8
{% endblock %}