File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
uber/templates/staffing_reports Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{% extends "base.html" %}{% set admin_area=True %}
2- {% block title %}Staffing Overview{% endblock %}
2+ {% block title %}Volunteer Hours Overview{% endblock %}
33{% block content %}
44 < script type ="text/javascript ">
55 $ . fn . dataTable . ext . search . push (
@@ -117,7 +117,7 @@ <h2> Volunteer Hours Overview </h2>
117117 < td > {{ volunteer.first_name }}</ td >
118118 < td > {{ volunteer.legal_name }}</ td >
119119 < td > {{ volunteer.email }}</ td >
120- < td > {{ volunteer.unweighted_hours }}</ td >
120+ < td > {{ volunteer.unweighted_hours }} ({{ volunteer.unweighted_worked_hours }} worked) </ td >
121121 < td > {{ volunteer.weighted_hours }}</ td >
122122 < td > {{ volunteer.worked_hours }}</ td >
123123 < td > {{ (volunteer.amount_extra > = c.SUPPORTER_LEVEL)|yesno }}</ td >
You can’t perform that action at this time.
0 commit comments