Adds new invoice.html, which adds in a link to the demo pay button
This commit is contained in:
parent
fa90297a85
commit
6fd55d1ca6
1 changed files with 6 additions and 0 deletions
6
pinaxcon/templates/registrasion/invoice.html
Normal file
6
pinaxcon/templates/registrasion/invoice.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% extends "registrasion/invoice_.html" %}
|
||||
|
||||
{% block payment_actions %}
|
||||
<a class="btn btn-default" href="{% url "demopay" invoice.id invoice.user.attendee.access_code %}">Pay this invoice (dummy)</a>
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
Loading…
Reference in a new issue