implementation of the Email add on check
Release Inventarsystem / release-docker (push) Successful in 2m19s

This commit is contained in:
2026-08-23 22:14:54 +02:00
parent 10ae98245c
commit 9a4d10def7
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -3795,6 +3795,7 @@ def mahnungen_admin():
overdue_items=overdue_list,
library_module_enabled=cfg.MODULES.is_enabled('library'),
student_cards_module_enabled=cfg.MODULES.is_enabled('student_cards'),
email_service_enabled=cfg.EMAIL_ENABLED
)
@app.route('/mahnungen_reset', methods=['POST'])