forked from boyska/sito-hackit-17
FIX grid
This commit is contained in:
parent
21da9e949a
commit
94cdc3c44a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue