Update base.html
This commit is contained in:
parent
1072337dd8
commit
053ec1ddbc
@ -20,7 +20,7 @@
|
||||
<a href="{{ url_for('login') }}" class="item">Login</a>
|
||||
{% else %}
|
||||
<a href="{{ url_for('search') }}" class="item">Search</a>
|
||||
<a href="{{ url_for('following') }}" class="item">Following</a>
|
||||
<a href="#" class="item">Following</a>
|
||||
<a href="{{ url_for('logout') }}" class="item">Saved</a>
|
||||
<a href="{{ url_for('logout') }}" class="item">Logout</a>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user