no links in link

This commit is contained in:
j 2021-10-26 12:26:52 +01:00
parent bfac91c779
commit bd8988e6bf

View file

@ -64,7 +64,7 @@ body {
<div class="text">
<a href="{{ text.get_absolute_url }}">
{{ text.title | safe }}<br>
{{ text.byline | safe }}
{{ text.byline | striptags }}
</a>
</div>
{% endfor %}