Files @ f495422d05de
Branch filter:

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

Christopher Neugebauer
Merge pull request #15 from northbaypython/josh/copy

rejigger url scheme, organize static pages, and stub out last 2 pages needed for launch
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 %}