From 61dc16200b5ada1c16def723498e61d1bb112da3 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 24 Oct 2017 19:09:24 -0400 Subject: Remove all old migrations and start fresh. Re-arranged models to better fit Invoice model --- app/dispatch/templates/dispatch/invoice/list.html | 1 - 1 file changed, 1 deletion(-) (limited to 'app/dispatch/templates') diff --git a/app/dispatch/templates/dispatch/invoice/list.html b/app/dispatch/templates/dispatch/invoice/list.html index 292edd7..c068cc5 100644 --- a/app/dispatch/templates/dispatch/invoice/list.html +++ b/app/dispatch/templates/dispatch/invoice/list.html @@ -22,7 +22,6 @@ - {{object_list}} {% for invoice in object_list %} {{invoice.user}} -- cgit v1.2.3