no links in link
This commit is contained in:
parent
bfac91c779
commit
bd8988e6bf
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ body {
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<a href="{{ text.get_absolute_url }}">
|
<a href="{{ text.get_absolute_url }}">
|
||||||
{{ text.title | safe }}<br>
|
{{ text.title | safe }}<br>
|
||||||
{{ text.byline | safe }}
|
{{ text.byline | striptags }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue