mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-18 13:09:04 +02:00
.
This commit is contained in:
parent
3964bca28c
commit
d044ff7b20
1 changed files with 8 additions and 1 deletions
|
|
@ -224,7 +224,9 @@ body {
|
|||
</li>
|
||||
</ul>
|
||||
{% else %}
|
||||
Login to start
|
||||
<li class="nav-item">
|
||||
Login to get started.
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
<!-- -->
|
||||
|
|
@ -264,6 +266,11 @@ body {
|
|||
<li class="nav-item">
|
||||
<a class="nav-link" href="{% url 'logout' %}">{% trans "Logout" %}</a>
|
||||
</li>
|
||||
|
||||
{% else %}
|
||||
<li class="nav-item">
|
||||
Login to get started.
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue