diff --git a/pinaxcon/templates/registrasion/manual_payment.html b/pinaxcon/templates/registrasion/manual_payment.html deleted file mode 100644 index cdfef2c21c6bb95176a63c32e9e20770cf4fd82a..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/registrasion/manual_payment.html +++ /dev/null @@ -1,31 +0,0 @@ -{% extends "registrasion/base.html" %} -{% load bootstrap %} - -{% block body %} - -

Invoice {{ invoice.id }} - {{ invoice.get_status_display }}

- -

Past payments

- - {% include "registrasion/payment_list.html" with payments=invoice.paymentbase_set.all %} - -

Apply manual payment

- -

Enter a reference and the amount of the payment. A refund is a negative - payment.

- -
- {% csrf_token %} - - - {{ form|bootstrap }} -
- -
- - Return to invoice -
-
- - -{% endblock %}