From 8257cebad1d8d121f1a917f7ac719bb7046ac832 Mon Sep 17 00:00:00 2001 From: Nile Walker Date: Wed, 20 Jan 2021 18:51:27 -0500 Subject: [PATCH] Calender Fix 1 --- communicator/templates/pages/index.html | 11 +---------- communicator/templates/pages/inventory.html | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/communicator/templates/pages/index.html b/communicator/templates/pages/index.html index 37113b3..cbf9c2e 100644 --- a/communicator/templates/pages/index.html +++ b/communicator/templates/pages/index.html @@ -398,16 +398,7 @@ $('input[name="dateRange"]').daterangepicker({ opens: 'left', locale: { - "daysOfWeek": [ - - "Mo", - "Tu", - "We", - "Th", - "Fr", - "Sa", - "Su" - ], + firstDay: 1 } }); }); diff --git a/communicator/templates/pages/inventory.html b/communicator/templates/pages/inventory.html index ae1f78f..ce92add 100644 --- a/communicator/templates/pages/inventory.html +++ b/communicator/templates/pages/inventory.html @@ -6,7 +6,7 @@
-

(Total Inventory - Total Prints) since {{first_deposit | safe}}: {{samples_since | safe}} Strips Remaining

+

(Total Inventory - Total Prints) since {{first_deposit | safe}}: {{samples_since | safe}} Labels Remaining