Changed startseite to show names

This commit is contained in:
2025-11-10 12:56:08 +01:00
parent 4fece110d9
commit 8ec294c8a8

View File

@@ -24,7 +24,7 @@
<a href="{% url 'standard_detail' nummer=standard.nummer %}" <a href="{% url 'standard_detail' nummer=standard.nummer %}"
class="list-group-item list-group-item-action"> class="list-group-item list-group-item-action">
<div class="d-flex w-100 justify-content-between"> <div class="d-flex w-100 justify-content-between">
<h3 class="h5 mb-1">{{ standard.nummer }} - {{ standard.titel }}</h3> <h3 class="h5 mb-1">{{ standard.nummer }} - {{ standard.name }}</h3>
{% if standard.status %} {% if standard.status %}
<small class="text-muted">{{ standard.status }}</small> <small class="text-muted">{{ standard.status }}</small>
{% endif %} {% endif %}