mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-26 01:50:34 +00:00
Allow html in announcement header
This commit is contained in:
parent
059fd84d06
commit
62741a5d2e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
{% if announcement.event_date %}
|
{% if announcement.event_date %}
|
||||||
<strong>{{ announcement.event_date|naturalday|title }}:</strong>
|
<strong>{{ announcement.event_date|naturalday|title }}:</strong>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ announcement.preview }}
|
{{ announcement.preview|safe }}
|
||||||
</div>
|
</div>
|
||||||
{% if announcement.content %}
|
{% if announcement.content %}
|
||||||
<div class="column is-narrow pb-0">
|
<div class="column is-narrow pb-0">
|
||||||
|
|
Loading…
Reference in a new issue