|
|
|
@ -83,8 +83,12 @@ |
|
|
|
{% if day.month == event.data_begin.month %} |
|
|
|
{% if day.month == event.data_begin.month %} |
|
|
|
{% if day.day == event.data_begin.day %} |
|
|
|
{% if day.day == event.data_begin.day %} |
|
|
|
<td class="c-cur" colspan="{{ event|duration }}"> |
|
|
|
<td class="c-cur" colspan="{{ event|duration }}"> |
|
|
|
|
|
|
|
{% comment %} |
|
|
|
<div class="c-event active-event {% if day.month != event.data_end.month %}cont-next{% endif %}"> |
|
|
|
<div class="c-event active-event {% if day.month != event.data_end.month %}cont-next{% endif %}"> |
|
|
|
<div class="ce-wrap"> |
|
|
|
{% endcomment %} |
|
|
|
|
|
|
|
<div class="c-event active-event"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="ce-wrap"> |
|
|
|
<h3><a href="{{ event.get_permanent_url }}">{{ event.name|safe }}</a></h3> |
|
|
|
<h3><a href="{{ event.get_permanent_url }}">{{ event.name|safe }}</a></h3> |
|
|
|
|
|
|
|
|
|
|
|
<div class="ce-info"> |
|
|
|
<div class="ce-info"> |
|
|
|
|