dodati payment kodovi, generisanje kodova, pdf view,promena payment page

This commit is contained in:
2025-06-20 00:56:57 +02:00
parent 44bb4578b1
commit 65b58e3bb9
13 changed files with 221 additions and 36 deletions

View File

@@ -0,0 +1,11 @@
{% extends "admin/base_site.html" %}
{% block content %}
<div id="content-main">
<h2>Generate Payment Codes</h2>
<form method="post">{% csrf_token %}
{{ form.as_p }}
<input type="submit" name="apply" value="Generate" class="default">
</form>
</div>
{% endblock %}