File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ def database_processor(
128128from .blueprints .cache_management import cache_bp
129129from .blueprints .co_op import co_op_bp
130130from .blueprints .logs import log_bp
131- from .blueprints .packet import packet_bp
132131
133132app .register_blueprint (dashboard_bp )
134133app .register_blueprint (attendance_bp )
@@ -143,7 +142,6 @@ def database_processor(
143142app .register_blueprint (cache_bp )
144143app .register_blueprint (co_op_bp )
145144app .register_blueprint (log_bp )
146- app .register_blueprint (packet_bp )
147145
148146from .util .ldap import ldap_get_member
149147
Original file line number Diff line number Diff line change 5454 </ ul >
5555 </ li >
5656
57- < li > < a href ="/packet "> < span class ="glyphicon glyphicon-home "> </ span > Packet</ a > </ li >
58-
5957 {% if is_eboard or is_rtp%}
6058 < li class ="dropdown ">
6159 < a href ="# " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> < span class ="glyphicon glyphicon-wrench "> </ span > Admin< span class ="caret "> </ span > </ a >
You can’t perform that action at this time.
0 commit comments