We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c63b5 commit abf0dc1Copy full SHA for abf0dc1
templates/events/event_list.html
@@ -37,7 +37,7 @@ <h3>from the {{ calendar.name }}</h3>
37
<div class="most-recent-events">
38
{% if events_now %}
39
<div class="shrubbery">
40
- <h2 class="widget-title"><span aria-hidden="true" class="icon-calendar"></span>Happening Now</h2>
+ <h2 class="widget-title"><span aria-hidden="true" class="icon-alert"></span>Happening Now</h2>
41
<ul class="list-recent-events menu">
42
{% for object in events_now %}
43
<li>
0 commit comments