no lonks on assemblies list
This commit is contained in:
parent
98d6b482fd
commit
476acff1fe
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
{% for text in texts %}
|
||||
<div class="text">
|
||||
<h1><a href="{{ text.get_absolute_url }}">{{ text.title | safe }}</a></h1>
|
||||
<h2>{{ text.byline|safe }}</h2>
|
||||
<h2>{{ text.byline|striptags }}</h2>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue