Add a "Withdrawn?" column to proposal lists

This commit is contained in:
James Polley 2018-07-31 10:37:19 +00:00
parent df13617f8f
commit 29222d99be

View file

@ -4,6 +4,7 @@
<thead>
<th>#</th>
<th>{% trans "Speaker / Title" %}</th>
<th class="toggle">Withdrawn?</th>
<th class="toggle">Audience</th>
<th class="toggle">Format</th>
<th>{% trans "Votes" %}</th>
@ -26,6 +27,7 @@
{{ proposal.title }}
</a>
</td>
<td>{{ proposal.cancelled }}</td>
<td>{{ proposal.get_target_audience_display }}</td>
<td>{{ proposal.get_talk_format_display }}</td>
<td>{{ proposal.total_votes }}</td>