diff --git a/Web/app.py b/Web/app.py index fc088ff..c14c1dc 100755 --- a/Web/app.py +++ b/Web/app.py @@ -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: diff --git a/Web/templates/base.html b/Web/templates/base.html index 7ae8258..6bd448d 100755 --- a/Web/templates/base.html +++ b/Web/templates/base.html @@ -483,7 +483,7 @@
Generieren Sie eine PDF mit Barcodes aller Schülerausweise zum direkten Drucken
+Generieren Sie eine PDF mit Barcodes aller Bibliotheksausweise zum direkten Drucken
Eine druckfertige PDF mit:
-✓ Alle Schülerausweise
+✓ Alle Bibliotheksausweise
✓ Scanbare CODE128 Barcodes
✓ Optimiert für A4-Druck (2 Karten pro Seite)
✓ Professionelle Qualität
diff --git a/Web/templates/student_cards_admin.html b/Web/templates/student_cards_admin.html index a6e08e4..7f88dc5 100644 --- a/Web/templates/student_cards_admin.html +++ b/Web/templates/student_cards_admin.html @@ -8,7 +8,7 @@ --> {% extends "base.html" %} -{% block title %}Schülerausweise - Inventarsystem{% endblock %} +{% block title %}Bibliotheksausweise - Inventarsystem{% endblock %} {% block content %}