Konflikt resen

This commit is contained in:
2025-02-21 14:58:02 +01:00
parent a8227b18b6
commit ff6b525e18
10 changed files with 107 additions and 24 deletions

View File

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