Changeset - 6fd55d1ca659
[Not reviewed]
0 0 1
Christopher Neugebauer - 7 years ago 2017-06-04 22:47:41
chrisjrn@gmail.com
Adds new invoice.html, which adds in a link to the demo pay button
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/invoice.html
Show inline comments
 
new file 100644
 
{% 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 %}
0 comments (0 inline, 0 general)