From 1949503b55ea622d7c466e4b433f4d90e7eff125 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 30 Oct 2017 14:52:45 -0400 Subject: Fixed the delete button for Invoices --- app/dispatch/templates/dispatch/invoice/detail.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/dispatch/templates/dispatch/invoice/detail.html b/app/dispatch/templates/dispatch/invoice/detail.html index d7b30f6..0d83569 100644 --- a/app/dispatch/templates/dispatch/invoice/detail.html +++ b/app/dispatch/templates/dispatch/invoice/detail.html @@ -19,8 +19,12 @@
- Delete +
+ + {% csrf_token %} + Delete Print +
@@ -35,4 +39,16 @@ + + {%endblock%} -- cgit v1.2.3