diff --git a/com/templates/com/news_detail.jinja b/com/templates/com/news_detail.jinja index 5c884fb0..fc45d24e 100644 --- a/com/templates/com/news_detail.jinja +++ b/com/templates/com/news_detail.jinja @@ -35,10 +35,10 @@

{{ news.title }}

- {{ date.start_date|localtime|date(DATETIME_FORMAT) }} - {{ date.start_date|localtime|time(DATETIME_FORMAT) }} - - {{ date.end_date|localtime|date(DATETIME_FORMAT) }} - {{ date.end_date|localtime|time(DATETIME_FORMAT) }} + - +

{{ news.summary|markdown }}
diff --git a/com/templates/com/news_list.jinja b/com/templates/com/news_list.jinja index 00ce14d5..2ed99687 100644 --- a/com/templates/com/news_list.jinja +++ b/com/templates/com/news_list.jinja @@ -86,9 +86,11 @@ {{ date.news.club }}
-