Changeset - 55a0b4c29e90
[Not reviewed]
0 2 0
Tobias - 6 years ago 2018-10-31 04:10:56
tobiasschulmann@catalyst.net.nz
Use proposals_body instead
2 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/credit_note.html
Show inline comments
 
{% extends "site_base.html" %}
 
{% load bootstrap %}
 
{% load registrasion_tags %}
 
{% block body_outer %}
 
{% block proposals_body %}
 

	
 
<h2>Credit Note</h2>
 

	
pinaxcon/templates/registrasion/stripe/refund.html
Show inline comments
...
 
@@ -2,8 +2,7 @@
 
{% load bootstrap %}
 
{% load registrasion_tags %}
 

	
 
{% block body %}
 

	
 
{% block proposals_body %}
 
  <h2>Stripe refunds for credit note #{{ credit_note.id}}</h2>
 

	
 
  <p>This credit note is valued at ${{ credit_note.value }}.</p>
0 comments (0 inline, 0 general)