Add a "Withdrawn?" column to proposal lists
This commit is contained in:
parent
df13617f8f
commit
29222d99be
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue