Umlautfehler EVENTUELL beseitigt ;)

This commit is contained in:
Holger Trampe 2019-12-16 18:37:36 +01:00
parent 51f8fc707e
commit 9522e9e0ca
1 changed files with 1 additions and 1 deletions

View File

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