Adds new invoice.html, which adds in a link to the demo pay button

This commit is contained in:
Christopher Neugebauer 2017-06-04 15:47:41 -07:00
parent fa90297a85
commit 6fd55d1ca6

View 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 %}