|
|
@ -32,7 +32,7 @@
|
|
|
|
<a href="{{ url_for('auth.login') }}">Login</a>
|
|
|
|
<a href="{{ url_for('auth.login') }}">Login</a>
|
|
|
|
<a href="{{ url_for('auth.register') }}">Register</a>
|
|
|
|
<a href="{{ url_for('auth.register') }}">Register</a>
|
|
|
|
{% else %}
|
|
|
|
{% else %}
|
|
|
|
<a href="{{ url_for('user.profile', username=current_user.username) }}">Profile</a>
|
|
|
|
<a href="{{ url_for('user.profile', username=current_user.username).replace('%40','@') }}">Profile</a>
|
|
|
|
<a href="{{ url_for('user.settings') }}">Settings</a>
|
|
|
|
<a href="{{ url_for('user.settings') }}">Settings</a>
|
|
|
|
<a href="{{ url_for('auth.logout') }}">Log out</a>
|
|
|
|
<a href="{{ url_for('auth.logout') }}">Log out</a>
|
|
|
|
{% endif%}
|
|
|
|
{% endif%}
|
|
|
|