diff --git a/pages/templates/base.html b/pages/templates/base.html index c6ab4cb..c6abb11 100644 --- a/pages/templates/base.html +++ b/pages/templates/base.html @@ -28,6 +28,6 @@
{% block content %}Main Content{% endblock %}
{% block sidebar_right %}{% endblock %}
-
VorgabenUI v0.927
+
VorgabenUI v0.930
diff --git a/pages/templates/results.html b/pages/templates/results.html index 2354afc..d71d72c 100644 --- a/pages/templates/results.html +++ b/pages/templates/results.html @@ -12,9 +12,9 @@ {% endfor %} {% endif %} -{% if resultat.kurztext %} -

Vorgaben mit "{{ suchbegriff }}" im Kurztext

- {% for standard, vorgaben in resultat.kurztext.items %} +{% if resultat.all %} +

Vorgaben mit "{{ suchbegriff }}"

+ {% for standard, vorgaben in resultat.all.items %}

{{ standard }}