Changeset - daac0fdd6043
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2019-01-07 22:05:08
brettcsmith@brettcsmith.org
templates: Render payment buttons at the bottom of invoices.

In addition to the top, to better follow modern convention.
1 file changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/invoice.html
Show inline comments
 
{% extends "registrasion/invoice_.html" %}
 

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

	
 
  <div class="panel panel-default">
 
    {% block payment_actions_outer %}
 
      {{ block.super }}
 
    {% endblock %}
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)