|
@ -40,7 +40,7 @@ |
|
|
{% if article.event_start %} |
|
|
{% if article.event_start %} |
|
|
<div>{{ article.event_start }}</div> |
|
|
<div>{{ article.event_start }}</div> |
|
|
{% else %} |
|
|
{% else %} |
|
|
<div>Published: {{ article.date }}</div> |
|
|
<div>Published: {{ article.date | strftime('%d %B %Y') }}</div> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</div> |
|
|
</div> |
|
|
<div class="post-info"> |
|
|
<div class="post-info"> |
|
|