parent
480d414503
commit
6ec1923c4c
10 changed files with 91 additions and 25 deletions
@ -0,0 +1,29 @@ |
|||||||
|
{% extends "base.html" %} |
||||||
|
{% load pytils_numeral %} |
||||||
|
{% block title %}Подтвердить платёж{% endblock %} |
||||||
|
|
||||||
|
{% block content %} |
||||||
|
<h2>Купить лицензию</h2> |
||||||
|
|
||||||
|
{% if form.non_field_errors %} |
||||||
|
<p class="error">{{ form.non_field_errors }}</p> |
||||||
|
{% endif %} |
||||||
|
|
||||||
|
<div class='content-white'> |
||||||
|
<div> |
||||||
|
|
||||||
|
<form class="" action="https://demomoney.yandex.ru/eshop.xml" method="post"> |
||||||
|
{{ form.as_ul }} |
||||||
|
<p>Сумма: |
||||||
|
{{ form.sum.value }}</p> |
||||||
|
<div class=""> |
||||||
|
<input type="submit" name="submit" value="Перейти" /> |
||||||
|
</div> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
{% endblock %} |
||||||
|
|
||||||
|
{% block js %} |
||||||
|
{% endblock %} |
||||||
|
|
||||||
Loading…
Reference in new issue