Update terminology from "Schülerausweise" to "Bibliotheksausweis" across admin and print templates for consistency

This commit is contained in:
2026-04-12 21:31:11 +02:00
parent a3c114e4b5
commit 31c3d700a8
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -483,7 +483,7 @@
<li><h6 class="dropdown-header">Bibliotheks-Verwaltung</h6></li>
<li><a class="dropdown-item" href="{{ url_for('library_loans_admin') }}">Ausleihen</a></li>
{% if student_cards_module_enabled %}
<li><a class="dropdown-item" href="{{ url_for('student_cards_admin') }}">Schülerausweise</a></li>
<li><a class="dropdown-item" href="{{ url_for('student_cards_admin') }}">Bibliotheksausweis</a></li>
{% endif %}
<li><hr class="dropdown-divider"></li>
<li><h6 class="dropdown-header">System</h6></li>