|
@ -51,7 +51,7 @@ |
|
|
{% if article.event_start %} |
|
|
{% if article.event_start %} |
|
|
<div class="event-details"> |
|
|
<div class="event-details"> |
|
|
{{ article.event_start | strftime('%d %B %Y') }} |
|
|
{{ article.event_start | strftime('%d %B %Y') }} |
|
|
{% set past = '' %} |
|
|
{% set event-status = '' %} |
|
|
</div> |
|
|
</div> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
<div class="featured-image {{event_status}}"> |
|
|
<div class="featured-image {{event_status}}"> |
|
|