Skip to content

Commit

Permalink
staff are people too
Browse files Browse the repository at this point in the history
  • Loading branch information
pefoley2 committed Mar 2, 2016
1 parent 22f2b3a commit be6b7cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion intranet/templates/polls/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>Results: {{ poll }}</h2>
{% endfor %}
</tr>
<tr>
{% for i in "01234" %}
{% for i in "012345" %}
<th>T</th>
<th>M</th>
<th>F</th>
Expand Down Expand Up @@ -124,6 +124,11 @@ <h2>Results: {{ poll }}</h2>
<td>{{ t.male }}</td>
<td>{{ t.female }}</td>
{% endwith %}
{% with t=c.votes.13 %}
<td>{{ t.all }}</td>
<td>{{ t.male }}</td>
<td>{{ t.female }}</td>
{% endwith %}
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit be6b7cd

Please sign in to comment.