diff --git a/pinaxcon/templates/registrasion/credit_note.html b/pinaxcon/templates/registrasion/credit_note.html deleted file mode 100644 index 86c1b65..0000000 --- a/pinaxcon/templates/registrasion/credit_note.html +++ /dev/null @@ -1,57 +0,0 @@ -{% extends "site_base.html" %} -{% load bootstrap %} -{% load registrasion_tags %} -{% block body %} - -
This credit note was generated from funds excess from invoice {{ credit_note.invoice.id }}.
- -{% if credit_note.is_unclaimed %} - -{% endif %} - -{% endblock %}