diff --git a/conditional/__init__.py b/conditional/__init__.py index 4ccbc5a..5fe7269 100644 --- a/conditional/__init__.py +++ b/conditional/__init__.py @@ -128,6 +128,7 @@ def database_processor( from .blueprints.cache_management import cache_bp from .blueprints.co_op import co_op_bp from .blueprints.logs import log_bp +from .blueprints.packet import packet_bp app.register_blueprint(dashboard_bp) app.register_blueprint(attendance_bp) @@ -142,6 +143,7 @@ def database_processor( app.register_blueprint(cache_bp) app.register_blueprint(co_op_bp) app.register_blueprint(log_bp) +app.register_blueprint(packet_bp) from .util.ldap import ldap_get_member diff --git a/conditional/templates/nav.html b/conditional/templates/nav.html index 6e4173f..ffb3ec9 100644 --- a/conditional/templates/nav.html +++ b/conditional/templates/nav.html @@ -54,6 +54,8 @@ +