link dalla descrizione del talk alla griglia

This commit is contained in:
boyska 2017-06-09 12:11:47 +02:00
parent c126e595e5
commit c6bf2433a6
No known key found for this signature in database
GPG key ID: 7395DCAE58289CA9
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ td.talk > a {
{% elif talk == None %}
<td></td>
{% elif not talk.skip %}
<td class="talk
<td id="t-cell-{{talk.id}}" class="talk
{% if talk.room == '*' -%}allrooms{%-endif-%}
{% for t in talk.tags -%} tag-{{t|replace(' ', '_')}} {%endfor-%}
"

View file

@ -1,6 +1,6 @@
<div id="talk-{{id}}"
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">
<p>
{% if time is defined and day is defined %}