Cleanup
[wolnelektury.git] / src / club / templates / club / donation_step1.html
diff --git a/src/club/templates/club/donation_step1.html b/src/club/templates/club/donation_step1.html
new file mode 100644 (file)
index 0000000..1a5b65d
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends 'club/donation_step_base.html' %}
+{% load club %}
+{% load static %}
+
+
+{% block donation-step-content %}
+  {% include "club/donation_step1_form.html" %}
+{% endblock %}