From bd9283566655dbf445945b106adf10e8e73a0684 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Wed, 1 Aug 2012 20:38:37 +0200 Subject: [PATCH] Add UI for marking invoices as paid --- templates/invoice/invoice_detail.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/invoice/invoice_detail.html b/templates/invoice/invoice_detail.html index 146b82a..40d2d21 100644 --- a/templates/invoice/invoice_detail.html +++ b/templates/invoice/invoice_detail.html @@ -7,5 +7,11 @@ {% include "invoice/invoice_inner_detail.html" with rowclass="row-fluid" %} Print - +{% if nextstate %} +
+{% csrf_token %} + + +
+{% endif %} {% endblock %} -- 2.39.5