Use proposals_body instead

This commit is contained in:
Tobias 2018-10-31 17:10:56 +13:00
parent 6fe3b8d3db
commit 55a0b4c29e
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{% extends "site_base.html" %} {% extends "site_base.html" %}
{% load bootstrap %} {% load bootstrap %}
{% load registrasion_tags %} {% load registrasion_tags %}
{% block body_outer %} {% block proposals_body %}
<h2>Credit Note</h2> <h2>Credit Note</h2>

View file

@ -2,8 +2,7 @@
{% load bootstrap %} {% load bootstrap %}
{% load registrasion_tags %} {% load registrasion_tags %}
{% block body %} {% block proposals_body %}
<h2>Stripe refunds for credit note #{{ credit_note.id}}</h2> <h2>Stripe refunds for credit note #{{ credit_note.id}}</h2>
<p>This credit note is valued at ${{ credit_note.value }}.</p> <p>This credit note is valued at ${{ credit_note.value }}.</p>