diff --git a/PyRIGS/settings.py b/PyRIGS/settings.py index 5116440a..36a0b889 100644 --- a/PyRIGS/settings.py +++ b/PyRIGS/settings.py @@ -224,7 +224,7 @@ USE_L10N = True USE_TZ = True -USE_THOUSAND_SEPARATOR = True +USE_THOUSAND_SEPARATOR = False # Need to allow seconds as datetime-local input type spits out a time that has seconds DATETIME_INPUT_FORMATS = ('%Y-%m-%dT%H:%M', '%Y-%m-%dT%H:%M:%S') diff --git a/RIGS/templates/invoice_dashboard.html b/RIGS/templates/invoice_dashboard.html index 5086d555..eecbc415 100644 --- a/RIGS/templates/invoice_dashboard.html +++ b/RIGS/templates/invoice_dashboard.html @@ -1,5 +1,6 @@ {% extends 'base_rigs.html' %} +{% load humanize %} {% block content %}