Remove spurious 'yes' in meeting requests page.
- Legacy-Id: 7231
This commit is contained in:
parent
5ac7124c10
commit
85237c62e4
|
@ -45,7 +45,6 @@ th { text-align: right; vertical-align: text-top; }
|
|||
{%ifchanged%}
|
||||
<tr><td class="status" colspan="7"><!-- {{session.group.parent.id}} -->{{session.status}}</td></tr>
|
||||
{%endifchanged%}
|
||||
yes
|
||||
<tr class="{% if forloop.counter|divisibleby:2 %}even{% else %}odd{% endif %}">
|
||||
<th valign="top">{{session.group.acronym|upper}}</th>
|
||||
<td valign="top" align="center">{% if not session.requested_duration %}<i>{{session.status}}</i>{%else%} {{session.requested_duration|stringformat:"s"|slice:"0:4"}} {% endif %}</td>
|
||||
|
|
Loading…
Reference in a new issue