diff --git a/templates/timeclock/work_totals.html b/templates/timeclock/work_totals.html index 06931f0..bb4b8aa 100644 --- a/templates/timeclock/work_totals.html +++ b/templates/timeclock/work_totals.html @@ -1,11 +1,8 @@ +{% extends 'timeclock/base.html' %} {% load timedelta %} - - - - Work Totals - - +{% block title %}Work Totals{% endblock title %} +{% block content %} {% if params %} @@ -72,5 +69,4 @@

By Person

{% endfor %}
Completeticketdescriptiontotal hours:minutes
- - \ No newline at end of file +{% endblock content %} \ No newline at end of file