CleanUp before Update
This commit is contained in:
@ -1,86 +0,0 @@
|
||||
|
||||
|
||||
<div class="sidebar">
|
||||
<div class="sidebar-wrapper">
|
||||
<div class="logo">
|
||||
<a target="_blank" rel="sponsored noopener noreferrer"
|
||||
href="https://www.creative-tim.com/product/black-dashboard-flask" class="simple-text logo-mini">
|
||||
PI
|
||||
</a>
|
||||
<a target="_blank" rel="sponsored noopener noreferrer"
|
||||
href="https://www.creative-tim.com/product/black-dashboard-flask" class="simple-text logo-normal">
|
||||
Flask Black
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<ul class="nav">
|
||||
{% if current_user.is_authenticated %}
|
||||
|
||||
<li class="{% if 'index' in segment %} active {% endif %}">
|
||||
<a href="/">
|
||||
<i class="tim-icons icon-chart-pie-36"></i>
|
||||
<p>Dashboard</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="{% if 'icons' in segment %} active {% endif %}">
|
||||
<a href="/ui-icons.html">
|
||||
<i class="tim-icons icon-atom"></i>
|
||||
<p>Icons</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="{% if 'maps' in segment %} active {% endif %}">
|
||||
<a href="/ui-maps.html">
|
||||
<i class="tim-icons icon-pin"></i>
|
||||
<p>Maps</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="{% if 'notifications' in segment %} active {% endif %}">
|
||||
<a href="/ui-notifications.html">
|
||||
<i class="tim-icons icon-bell-55"></i>
|
||||
<p>Notifications</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="{% if 'page-user' in segment %} active {% endif %}">
|
||||
<a href="/page-user.html">
|
||||
<i class="tim-icons icon-single-02"></i>
|
||||
<p>User Profile</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="{% if 'tables' in segment %} active {% endif %}">
|
||||
<a href="/ui-tables.html">
|
||||
<i class="tim-icons icon-puzzle-10"></i>
|
||||
<p>Table List</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="{% if 'typography' in segment %} active {% endif %}">
|
||||
<a href="/ui-typography.html">
|
||||
<i class="tim-icons icon-align-center"></i>
|
||||
<p>Typography</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="{% if 'rtl-support' in segment %} active {% endif %}">
|
||||
<a href="/page-rtl-support.html">
|
||||
<i class="tim-icons icon-world"></i>
|
||||
<p>RTL Support</p>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ url_for('authentication_blueprint.logout') }}" >
|
||||
<i class="tim-icons icon-button-power"></i>
|
||||
<p>Logout</p>
|
||||
</a>
|
||||
</li>
|
||||
{% else %}
|
||||
<li class="active">
|
||||
<a target="_blank"
|
||||
href="https://appseed.us/admin-dashboards/flask-dashboard-black-pro">
|
||||
<i class="tim-icons icon-spaceship"></i>
|
||||
<p>PRO Version</p>
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user