mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-19 13:18:23 +02:00
.
This commit is contained in:
parent
7288aa9a88
commit
f8916f250d
1 changed files with 6 additions and 13 deletions
|
|
@ -204,24 +204,17 @@ body {
|
|||
</h6>
|
||||
<ul class="nav flex-column mb-2">
|
||||
{% if user.is_authenticated %}
|
||||
{% for labelbase in labelbases %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">
|
||||
<span data-feather="database" class="align-text-bottom"></span>
|
||||
SmoothGlider E0545A5C
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">
|
||||
<span data-feather="database" class="align-text-bottom"></span>
|
||||
LazyTiger 90A1C200
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">
|
||||
<span data-feather="file-text" class="align-text-bottom"></span>
|
||||
ExitedCow 2AEDB33F
|
||||
{% if labelbase.name %}{{ labelbase.name }}{% enfif %} {% if labelbase.fingerprint %}{{ labelbase.fingerprint }}{% enfif %}
|
||||
</a>
|
||||
</li>
|
||||
{% empty %}
|
||||
There are no labelbases.
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% else %}
|
||||
<li class="nav-item">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue