Skip to content

Commit

Permalink
Merge pull request #4162 from magfest/update-printable-schedule
Browse files Browse the repository at this point in the history
Improve printable schedule
  • Loading branch information
kitsuta committed Jun 8, 2023
2 parents 02df1ed + 07492cb commit 7b1d9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uber/templates/staffing/printable_schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<tr>
<td>{{ shift.job.name }}</td>
<td>{{ shift.job.department_name }}</td>
<td>{{ hour_day_local(shift.job.start_time) }}</td>
<td>{% if shift.job.is_setup or shift.job.is_teardown %}__________
<td>{{ shift.job.start_time|datetime_local("%-I:%M %p") }}</td>
<td>{% if shift.job.is_setup or shift.job.is_teardown %}__________ (up to {{ (shift.job.duration / 60)|int }} hours)
{% else %}{{ (shift.job.duration / 60)|int }}{% endif %}</td>
<td>(x{{ shift.job.weight }})</td>
<td>__________</td>
Expand Down

0 comments on commit 7b1d9a4

Please sign in to comment.