1
0
Fork 0

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 %} {% 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-%}
" "

View file

@ -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 %}