Skip to content

Commit 932c626

Browse files
committed
packet glue but again (navbar yippee)
1 parent 55ea7f8 commit 932c626

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

conditional/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def database_processor(
128128
from .blueprints.cache_management import cache_bp
129129
from .blueprints.co_op import co_op_bp
130130
from .blueprints.logs import log_bp
131+
from .blueprints.logs import packet_bp
131132

132133
app.register_blueprint(dashboard_bp)
133134
app.register_blueprint(attendance_bp)
@@ -142,6 +143,7 @@ def database_processor(
142143
app.register_blueprint(cache_bp)
143144
app.register_blueprint(co_op_bp)
144145
app.register_blueprint(log_bp)
146+
app.register_blueprint(packet_bp)
145147

146148
from .util.ldap import ldap_get_member
147149

conditional/templates/nav.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
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>

0 commit comments

Comments
 (0)