From d16ac1fa8e8b7019156ae11267a23d957aed6495 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 27 Apr 2018 15:02:13 -0400 Subject: Fixed previous/next button issues with the customers page --- app/dispatch/templates/dispatch/companies/detail.html | 6 ++++-- app/dispatch/templates/dispatch/companies/list.html | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/dispatch/templates/dispatch/companies/detail.html b/app/dispatch/templates/dispatch/companies/detail.html index 7ce73f3..2eaa81f 100644 --- a/app/dispatch/templates/dispatch/companies/detail.html +++ b/app/dispatch/templates/dispatch/companies/detail.html @@ -39,12 +39,14 @@ {% listForCommaString "Vendor,Amount,Description" as load_headers %} {% include "dispatch/generic_load_listing.html" %}
+ +
diff --git a/app/dispatch/templates/dispatch/companies/list.html b/app/dispatch/templates/dispatch/companies/list.html index c3be2f5..91aa357 100644 --- a/app/dispatch/templates/dispatch/companies/list.html +++ b/app/dispatch/templates/dispatch/companies/list.html @@ -30,7 +30,7 @@ - {% for customer in object_list %} + {% for customer in object_list %} {{ customer.name }} {{ customer.email_address }} -- cgit v1.2.3