Files @ daac0fdd6043
Branch filter:

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

Brett Smith
templates: Render payment buttons at the bottom of invoices.

In addition to the top, to better follow modern convention.
{% extends "registrasion/invoice_.html" %}

{% block content %}
  {{ block.super }}

  <div class="panel panel-default">
    {% block payment_actions_outer %}
      {{ block.super }}
    {% endblock %}
  </div>
{% endblock %}