cosmetic change to base template:
moving separator
This commit is contained in:
@@ -18,11 +18,11 @@
|
|||||||
<nav>
|
<nav>
|
||||||
{% if username %}<span>Hi, {{ username }}</span> | {% endif %}
|
{% if username %}<span>Hi, {{ username }}</span> | {% endif %}
|
||||||
<a href="{{ url_for('index') }}">Home</a> |
|
<a href="{{ url_for('index') }}">Home</a> |
|
||||||
<a href="{{ url_for('user_settings') }}">Preferences</a> {% if
|
<a href="{{ url_for('user_settings') }}">Preferences</a>
|
||||||
current_user and current_user.is_admin %} |
|
{% if current_user and current_user.is_admin %} |
|
||||||
<a href="{{ url_for('admin_taxonomy') }}">Taxonomy</a> |
|
<a href="{{ url_for('admin_taxonomy') }}">Taxonomy</a> |
|
||||||
<a href="{{ url_for('admin_users') }}">Users</a> {% endif %} | {% if
|
<a href="{{ url_for('admin_users') }}">Users</a> {% endif %} {% if
|
||||||
session.get('username') %}
|
session.get('username') %} |
|
||||||
<a href="{{ url_for('logout') }}">Logout</a> {% else %} |
|
<a href="{{ url_for('logout') }}">Logout</a> {% else %} |
|
||||||
<a href="{{ url_for('login') }}">Login</a>{% endif %}
|
<a href="{{ url_for('login') }}">Login</a>{% endif %}
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user