Browse Source

small fix

master
rra 6 years ago
parent
commit
762fb21635
  1. 2
      themes/varia/templates/index.html

2
themes/varia/templates/index.html

@ -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}}">

Loading…
Cancel
Save