New layout pages.
[wolnelektury.git] / src / club / templates / club / 2022 / donation_step4.html
diff --git a/src/club/templates/club/2022/donation_step4.html b/src/club/templates/club/2022/donation_step4.html
new file mode 100644 (file)
index 0000000..f257111
--- /dev/null
@@ -0,0 +1,15 @@
+{% extends 'club/2022/donation_step_base.html' %}
+
+
+{% block donation-step-content %}
+  <div class="l-checkout__completed">
+    <div class="l-checkout__completed__wrapper">
+      <h1>Dziękujemy za wpłatę!</h1>
+      <p>
+        Zajrzyj teraz do e-maila. Tam znajdziesz link,
+        który powiąże płatność z Twoim kontem użytkownika Wolnych Lektur.
+      </p>
+      <a href="#">Wracam do lektur</a>
+    </div>
+  </div>
+{% endblock %}