File tree Expand file tree Collapse file tree 4 files changed +28
-3
lines changed
Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1+ < footer class ="footer pt-3 ">
2+ < div class ="container-fluid ">
3+ < div class ="row align-items-center justify-content-lg-between ">
4+ < div class ="col-lg-6 mb-lg-0 mb-4 ">
5+ < div class ="copyright text-center text-sm text-muted text-lg-end ">
6+ © Creative Tim - Coded by AppSeed.
7+ </ div >
8+ </ div >
9+ < div class ="col-lg-6 ">
10+ < ul class ="nav nav-footer justify-content-center justify-content-lg-end ">
11+ < li class ="nav-item ">
12+ < a href ="https://bit.ly/3fKQZaL " class ="nav-link text-muted " target ="_blank "> Creative Tim</ a >
13+ </ li >
14+ < li class ="nav-item ">
15+ < a href ="https://appseed.us " class ="nav-link text-muted " target ="_blank "> AppSeed</ a >
16+ </ li >
17+ < li class ="nav-item ">
18+ < a href ="https://appseed.us/support/ " class ="nav-link text-muted " target ="_blank "> Support</ a >
19+ </ li >
20+ </ ul >
21+ </ div >
22+ </ div >
23+ </ div >
24+ </ footer >
25+
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h6 class="font-weight-bolder mb-0">RTL</h6>
1717 </ div >
1818 < ul class ="navbar-nav me-auto ms-0 justify-content-end ">
1919 < li class ="nav-item d-flex align-items-center ">
20- < a href ="{{ url_for('authentication_blueprint. logout') }} " class ="nav-link text-body font-weight-bold px-0 ">
20+ < a href ="{{ url_for('logout') }} " class ="nav-link text-body font-weight-bold px-0 ">
2121 < i class ="fa fa-user me-sm-1 "> </ i >
2222 < span class ="d-sm-inline d-none "> LOGOUT</ span >
2323 </ a >
Original file line number Diff line number Diff line change 133133 </ a >
134134 </ li >
135135 < li class ="nav-item ">
136- < a class ="nav-link " href ="{{ url_for('authentication_blueprint. logout') }} ">
136+ < a class ="nav-link " href ="{{ url_for('logout') }} ">
137137 < div class ="icon icon-shape icon-sm shadow border-radius-md bg-white text-center ms-2 d-flex align-items-center justify-content-center ">
138138 < svg width ="12px " height ="20px " viewBox ="0 0 40 40 " version ="1.1 " xmlns ="http://www.w3.org/2000/svg " xmlns:xlink ="http://www.w3.org/1999/xlink ">
139139 < title > spaceship</ title >
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ <h6 class="ps-4 ms-2 text-uppercase text-xs font-weight-bolder opacity-6">Accoun
136136 </ a >
137137 </ li >
138138 < li class ="nav-item ">
139- < a class ="nav-link " href ="{{ url_for('logout') }} ">
139+ < a class ="nav-link " href ="{{ url_for('logout') }} ">
140140 < div class ="icon icon-shape icon-sm shadow border-radius-md bg-white text-center me-2 d-flex align-items-center justify-content-center ">
141141 < svg width ="12px " height ="20px " viewBox ="0 0 40 40 " version ="1.1 " xmlns ="http://www.w3.org/2000/svg " xmlns:xlink ="http://www.w3.org/1999/xlink ">
142142 < title > spaceship</ title >
You can’t perform that action at this time.
0 commit comments