File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ 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 .logs import packet_bp
131132
132133app .register_blueprint (dashboard_bp )
133134app .register_blueprint (attendance_bp )
@@ -142,6 +143,7 @@ def database_processor(
142143app .register_blueprint (cache_bp )
143144app .register_blueprint (co_op_bp )
144145app .register_blueprint (log_bp )
146+ app .register_blueprint (packet_bp )
145147
146148from .util .ldap import ldap_get_member
147149
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+
5759 {% if is_eboard or is_rtp%}
5860 < li class ="dropdown ">
5961 < 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