mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 09:05:29 +00:00
add safe filter
This commit is contained in:
parent
d63d99d392
commit
c324246cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
<h2><a href="{{ row.content_id }}">{{ row.title }}</a></h2>
|
<h2><a href="{{ row.content_id }}">{{ row.title }}</a></h2>
|
||||||
{% if row.time %}<p>{{ row.time }}</p>{% endif %}
|
{% if row.time %}<p>{{ row.time }}</p>{% endif %}
|
||||||
<div>
|
<div>
|
||||||
{{ row.description }}
|
{{ row.description | safe }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue