diff --git a/pinaxcon/templates/registrasion/credit_note.html b/pinaxcon/templates/registrasion/credit_note.html index 37b5d78d..68d0e168 100644 --- a/pinaxcon/templates/registrasion/credit_note.html +++ b/pinaxcon/templates/registrasion/credit_note.html @@ -1,11 +1,15 @@ {% extends "registrasion/base.html" %} {% load bootstrap %} {% load registrasion_tags %} + +{% block head_title %}Credit Note #{{ credit_note.id }}{% endblock %} +{% block page_title %}Credit Note #{{ credit_note.id }}{% endblock %} + {% block proposals_body %} +
This credit note was generated from funds excess from invoice {{ credit_note.invoice.id }}.
+This credit note was generated from funds excess from invoice {{ credit_note.invoice.id }}.
+ + {% if user.is_staff %} + + {% endif %} +