File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,12 @@ <h2 class="widget-title"><span aria-hidden="true" class="icon-calendar"></span>U
45
45
< h3 class ="event-title "> < a href ="{{ object.get_absolute_url }} "> {{ object.title|striptags }}</ a > </ h3 >
46
46
< p >
47
47
{% with object.next_time as next_time %}
48
+ {% with object.is_scheduled_to_start_this_year as scheduled_start_this_year %}
49
+ {% with object.is_scheduled_to_end_this_year as scheduled_end_this_year %}
48
50
{% include "events/includes/time_tag.html" %}
49
51
{% endwith %}
52
+ {% endwith %}
53
+ {% endwith %}
50
54
51
55
{% if object.venue %}
52
56
< span class ="event-location "> {% if object.venue.url %}< a href ="{{ object.venue.url }} "> {% endif %}{{ object.venue.name }}{% if object.venue.url %}</ a > {% endif %}{% if object.venue.address %}, {{ object.venue.address }}{% endif %}</ span >
@@ -65,8 +69,12 @@ <h3 class="widget-title just-missed">You just missed...</h3>
65
69
< h3 class ="event-title "> < a href ="{{ object.get_absolute_url }} "> {{ object.title|striptags }}</ a > </ h3 >
66
70
< p >
67
71
{% with object.previous_time as next_time %}
72
+ {% with object.is_scheduled_to_start_this_year as scheduled_start_this_year %}
73
+ {% with object.is_scheduled_to_end_this_year as scheduled_end_this_year %}
68
74
{% include "events/includes/time_tag.html" %}
69
75
{% endwith %}
76
+ {% endwith %}
77
+ {% endwith %}
70
78
71
79
{% if object.venue %}
72
80
< span class ="event-location "> {% if object.venue.url %}< a href ="{{ object.venue.url }} "> {% endif %}{{ object.venue.name }}{% if object.venue.url %}</ a > {% endif %}{% if object.venue.address %}, {{ object.venue.address }}{% endif %}</ span >
You can’t perform that action at this time.
0 commit comments