mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
com: fix news display
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
parent
2847a4547e
commit
896007aedd
@ -18,7 +18,8 @@
|
||||
{{ news.dates.first().end_date|localtime|time(DATETIME_FORMAT) }}</span>
|
||||
</p>
|
||||
<p><a href="{{ news.club.get_absolute_url() }}">{{ news.club }}</a></p>
|
||||
<p>{{ news.summary|markdown }}</p>
|
||||
<div>{{ news.summary|markdown }}</div>
|
||||
<div>{{ news.content|markdown }}</div>
|
||||
<p>{% trans %}Author: {% endtrans %}{{ user_profile_link(news.author) }}</p>
|
||||
{% if news.moderator %}
|
||||
<p>{% trans %}Moderator: {% endtrans %}{{ user_profile_link(news.moderator) }}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user