This commit is contained in:
Holger Trampe 2019-12-16 18:40:44 +01:00
parent 14990bf0e1
commit 3fd51d8a44
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{% if res_standard|length > 0 %}
{% for s in res_standard %}
<span>
<i class="fas fa-fw fa-lightbulb"></i>&nbsp;&nbsp;<a href="{% url 'standard-single' s.pk %}"><b>{{s.name}}</b></a>&nbsp;|&nbsp;{{s.content|truncatechars:125}}<br /><br />
<i class="fas fa-fw fa-lightbulb"></i>&nbsp;&nbsp;<a href="{% url 'standard-single' s.pk %}"><b>{{s.name}}</b></a>&nbsp;|&nbsp;{{s.content|safe|truncatechars:125}}<br /><br />
</span>
{% endfor %}
{% else %}