diff --git a/Web/modules/database/settings.py b/Web/modules/database/settings.py index 3dfe337..4913305 100644 --- a/Web/modules/database/settings.py +++ b/Web/modules/database/settings.py @@ -300,7 +300,7 @@ def _match_student_cards(path): def _match_mail(path): if not path: return False - return path.startswith(('/')) + return path.startswith(('/configure')) # Register core modules into the pipeline MODULES.register('inventory', INVENTORY_MODULE_ENABLED, _match_inventory)