File tree Expand file tree Collapse file tree 2 files changed +6
-100
lines changed
conditional/templates/include Expand file tree Collapse file tree 2 files changed +6
-100
lines changed Original file line number Diff line number Diff line change 11< nav class ="navbar fixed-top navbar-expand-lg navbar-dark bg-primary ">
22 < div class ="container ">
3- < a class ="navbar-brand " href ="{{ url_for( "packet_bp. index ") }}"> Packet</ a >
3+ < a class ="navbar-brand " href ="{{ url_for( "index ") }}"> Packet</ a >
44
55 < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarColor01 "
66 aria-controls ="navbarColor01 " aria-expanded ="false " aria-label ="Toggle navigation ">
1111 < ul class ="navbar-nav mr-auto ">
1212
1313 < li class ="nav-item ">
14- < a class ="nav-link " href ="{{ url_for( "packet_bp. packets ") }}"> Active Packets</ a >
14+ < a class ="nav-link " href ="{{ url_for( "packets ") }}"> Active Packets</ a >
1515 </ li >
1616
1717 {% if info.realm == "csh" %}
1818 < li class ="nav-item ">
19- < a class ="nav-link " href ="{{ url_for( "packet_bp. upperclassmen_total ") }}"> Signatures</ a >
19+ < a class ="nav-link " href ="{{ url_for( "upperclassmen_total ") }}"> Signatures</ a >
2020 </ li >
2121 {% if info.admin %}
2222 < li class ="nav-item dropdown ">
2525 Admin
2626 </ a >
2727 < div class ="dropdown-menu " aria-labelledby ="navbarDropdownMenuLink ">
28- < a class ="dropdown-item " href ="{{ url_for( "packet_bp. admin_freshmen ") }}"> Freshmen</ a >
29- < a class ="dropdown-item " href ="{{ url_for( "packet_bp. admin_packets ") }}"> Packets</ a >
28+ < a class ="dropdown-item " href ="{{ url_for( "admin_freshmen ") }}"> Freshmen</ a >
29+ < a class ="dropdown-item " href ="{{ url_for( "admin_packets ") }}"> Packets</ a >
3030 </ div >
3131 </ li >
3232 {% endif %}
5757 < a class ="dropdown-item " href ="https://themeswitcher.csh.rit.edu/ "> Theme</ a >
5858 < div class ="dropdown-divider "> </ div >
5959 {% endif %}
60- < a class ="dropdown-item " href ="{{ url_for( "packet_bp. logout ") }}"> Logout</ a >
60+ < a class ="dropdown-item " href ="{{ url_for( "logout ") }}"> Logout</ a >
6161 </ div >
6262
6363 </ li >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments