#10 Dodat je dummy za payment page, mailovi za payment i link za dokument

This commit is contained in:
2025-02-14 20:50:54 +01:00
parent 65716ff842
commit a097590b62
6 changed files with 64 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
{% extends 'base.html' %}
{% block content %}
<h2>Payment</h2>
<p>Click the button below to pay and access your document.</p>
<form method="post">
{% csrf_token %}
<button type="submit">Pay</button>
</form>
{% endblock %}