Update base.html

This commit is contained in:
PLUJA 2020-07-13 19:29:07 +02:00 committed by GitHub
parent 1072337dd8
commit 053ec1ddbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}