.
This commit is contained in:
@@ -61,6 +61,9 @@
|
|||||||
<span id="anatomy-link">
|
<span id="anatomy-link">
|
||||||
<a href="{% url 'anatomy:index' %}">Anatomy</a>
|
<a href="{% url 'anatomy:index' %}">Anatomy</a>
|
||||||
</span>
|
</span>
|
||||||
|
<span id="sbas-link">
|
||||||
|
<a href="{% url 'sbas:index' %}">SBAs</a>
|
||||||
|
</span>
|
||||||
<span id="logout-link">
|
<span id="logout-link">
|
||||||
<a href="{% url 'logout' %}">Logout</a>
|
<a href="{% url 'logout' %}">Logout</a>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
<a href="{% url 'physics:index'%}">Physics</a>
|
<a href="{% url 'physics:index'%}">Physics</a>
|
||||||
<a href="{% url 'rapids:index'%}">Rapids</a>
|
<a href="{% url 'rapids:index'%}">Rapids</a>
|
||||||
<a href="{% url 'longs:index'%}">Longs</a>
|
<a href="{% url 'longs:index'%}">Longs</a>
|
||||||
|
<a href="{% url 'sbas:index'%}">SBAs</a>
|
||||||
{% if not request.user.is_authenticated %}
|
{% if not request.user.is_authenticated %}
|
||||||
<a href="{% url 'login'%}">Log in</a>
|
<a href="{% url 'login'%}">Log in</a>
|
||||||
<a href="{% url 'password_reset'%}">Reset password</a>
|
<a href="{% url 'password_reset'%}">Reset password</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user