Skip to content

Commit 19056de

Browse files
committed
Update volunteer hours overview
Requested via Slack.
1 parent 5782a71 commit 19056de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uber/templates/staffing_reports/volunteer_hours_overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

0 commit comments

Comments
 (0)