From 6fd55d1ca6599f1e7dbd04000c1b361244f99079 2017-06-04 22:47:41 From: Christopher Neugebauer Date: 2017-06-04 22:47:41 Subject: [PATCH] Adds new invoice.html, which adds in a link to the demo pay button --- diff --git a/pinaxcon/templates/registrasion/invoice.html b/pinaxcon/templates/registrasion/invoice.html new file mode 100644 index 0000000000000000000000000000000000000000..2e9c40436c5881e120ac4c84e9f92b619315d282 --- /dev/null +++ b/pinaxcon/templates/registrasion/invoice.html @@ -0,0 +1,6 @@ +{% extends "registrasion/invoice_.html" %} + +{% block payment_actions %} + Pay this invoice (dummy) + {{ block.super }} +{% endblock %}