summaryrefslogtreecommitdiff
path: root/template/tabcalendar.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/tabcalendar.j2')
-rw-r--r--template/tabcalendar.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/template/tabcalendar.j2 b/template/tabcalendar.j2
index 676ab8f..fe4e2a8 100644
--- a/template/tabcalendar.j2
+++ b/template/tabcalendar.j2
@@ -22,7 +22,7 @@
{%- if day.events %}
<ul>
{%- for event in day.events %}
-<li><a href="#event-{{ event.id }}">{{ event.name }}</a></li>
+<li {% if not event.recurring %}class="onetime"{%endif%}><a href="#event-{{ event.id }}">{{ event.name }}</a></li>
{%- endfor %}
</ul>
{%- endif %}