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
+2 -2
View File
@@ -2282,7 +2282,7 @@ def library_admin():
@app.route('/student_cards_admin', methods=['GET', 'POST'])
def student_cards_admin():
"""
Admin page for managing student library cards (Schülerausweise).
Admin page for managing student library cards (Bibliotheksausweis).
Only accessible by admins and only when the student cards module is enabled.
"""
if 'username' not in session:
@@ -2410,7 +2410,7 @@ def student_cards_admin():
@app.route('/student_cards_print', methods=['GET'])
def student_cards_print():
"""
Generate a printable template for all student library cards (Schülerausweise).
Generate a printable template for all student library cards (Bibliotheksausweis).
Only accessible by admins and only when the student cards module is enabled.
"""
if 'username' not in session: