Files @ 348a397abab1
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/registrasion/invoice.html

Sam Kitajima-Kimbrel
First stab at a "pitch your boss" page.

No idea if this is the direction we want to go in but have a look.
1
2
3
4
5
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 %}