fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1a5b65d1e72b9ff58bf18f25bc43e51fbbe6ad45
[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 %}