Skip to content

Commit af0e759

Browse files
committed
Revert "packet glue but again (navbar yippee) (#400)"
This reverts commit 49c7bab.
1 parent 1a4534d commit af0e759

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

conditional/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ 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.packet import packet_bp
132131

133132
app.register_blueprint(dashboard_bp)
134133
app.register_blueprint(attendance_bp)
@@ -143,7 +142,6 @@ def database_processor(
143142
app.register_blueprint(cache_bp)
144143
app.register_blueprint(co_op_bp)
145144
app.register_blueprint(log_bp)
146-
app.register_blueprint(packet_bp)
147145

148146
from .util.ldap import ldap_get_member
149147

conditional/templates/nav.html

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

0 commit comments

Comments
 (0)