Remove schedule headers
This commit is contained in:
parent
b25a2058cb
commit
23d276b812
13
index.html
13
index.html
|
@ -29,19 +29,6 @@
|
|||
<script id="agenda_template" type="text/ractive">
|
||||
<section id="agenda">
|
||||
<table class="reveal">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
Час
|
||||
</th>
|
||||
<th>
|
||||
Лекция
|
||||
</th>
|
||||
<th>
|
||||
Лектор
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{#pastEvents}}
|
||||
<tr class="past_event">
|
||||
|
|
Loading…
Reference in New Issue