Remove login URL | Fixes #3
This commit is contained in:
parent
67953ac42e
commit
39243beff4
2 changed files with 1 additions and 3 deletions
|
|
@ -8,8 +8,6 @@
|
|||
{% if g.user %}
|
||||
<li><span>{{ g.user['username'] }}</span>
|
||||
<li><a href="{{ url_for('auth.logout') }}">Log Out</a>
|
||||
{% else %}
|
||||
<li><a href="{{ url_for('auth.login') }}">Log In</a>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue