fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a59abd6a33be92314549546247fa0ea4ad2f11b0
[wolnelektury.git]
/
src
/
club
/
templates
/
club
/
2022
/
donation_step1.html
1
{% extends 'club/2022/donation_step_base.html' %}
2
{% load club %}
3
{% load static %}
4
5
6
{% block donation-step-content %}
7
{% include "club/2022/donation_step1_form.html" %}
8
{% endblock %}