1
0
Fork 0
This commit is contained in:
boyska 2017-05-18 18:43:31 +02:00
parent 21da9e949a
commit 94cdc3c44a
No known key found for this signature in database
GPG key ID: 7395DCAE58289CA9

View file

@ -26,7 +26,7 @@ td.talk {
{% for talk in times[time / timestep * timestep] %}
{% if talk == None %}
<td></td>
{% elif talk != 'skip' %}
{% elif not talk.skip %}
<td class="talk" rowspan="{{talk.duration // timestep}}">
<a href="#talk-{{talk.id}}"> {{talk.title}}</a>
</td>