dodati payment kodovi, generisanje kodova, pdf view,promena payment page
This commit is contained in:
11
backend/core/templates/admin/generate_codes.html
Normal file
11
backend/core/templates/admin/generate_codes.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user