Files @ f76e8766e544
Branch filter:

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

Christopher Neugebauer
Merge pull request #54 from northbaypython/designulate

Design cleanups and team page copy changes
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 %}