relate safe
This commit is contained in:
parent
e5195da141
commit
3dbd3962c8
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ body {
|
|||
{% for text in film.related_texts %}
|
||||
<div class="text">
|
||||
<a href="{{ text.get_absolute_url }}">
|
||||
{{ text.title }}<br>
|
||||
{{ text.byline }}
|
||||
{{ text.title | safe }}<br>
|
||||
{{ text.byline | safe }}
|
||||
</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue