This commit is contained in:
Holger Trampe 2019-12-16 18:39:10 +01:00
parent 9522e9e0ca
commit b9eba6d044
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
<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}}</b>&nbsp;|&nbsp;{{s.content|truncatechars:125|safe}}</a><br /><br />
<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|safe}}<br /><br />
</span>
{% endfor %}
{% else %}
<p>Keine Ergebnisse in Standards</p>