forked from boyska/sito-hackit-17
link dalla descrizione del talk alla griglia
This commit is contained in:
parent
c126e595e5
commit
c6bf2433a6
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ td.talk > a {
|
||||||
{% elif talk == None %}
|
{% elif talk == None %}
|
||||||
<td></td>
|
<td></td>
|
||||||
{% elif not talk.skip %}
|
{% elif not talk.skip %}
|
||||||
<td class="talk
|
<td id="t-cell-{{talk.id}}" class="talk
|
||||||
{% if talk.room == '*' -%}allrooms{%-endif-%}
|
{% if talk.room == '*' -%}allrooms{%-endif-%}
|
||||||
{% for t in talk.tags -%} tag-{{t|replace(' ', '_')}} {%endfor-%}
|
{% for t in talk.tags -%} tag-{{t|replace(' ', '_')}} {%endfor-%}
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<div id="talk-{{id}}"
|
<div id="talk-{{id}}"
|
||||||
class="{% for t in tags -%} tag-{{t|replace(' ', '_')}} {% endfor -%}">
|
class="{% for t in tags -%} tag-{{t|replace(' ', '_')}} {% endfor -%}">
|
||||||
<h3 class="talk-title">{{title}}</h3>
|
<h3 class="talk-title">{{title}} <a href="#t-cell-{{id}}">[top]</a></h3>
|
||||||
<div class="talk-info">
|
<div class="talk-info">
|
||||||
<p>
|
<p>
|
||||||
{% if time is defined and day is defined %}
|
{% if time is defined and day is defined %}
|
||||||
|
|
Loading…
Reference in a new issue