forked from varia/varia.website
reset event status
This commit is contained in:
parent
bd1a75f3d2
commit
dbbf548f27
@ -36,7 +36,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 event-status = '' %}
|
{% set event_status = '' %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="featured-image {{event_status}}">
|
<div class="featured-image {{event_status}}">
|
||||||
|
Loading…
Reference in New Issue
Block a user