Implement Storage navigation and other helpful stuff

This commit is contained in:
2021-08-14 00:25:19 +02:00
parent c065720ded
commit e8538cd534
7 changed files with 145 additions and 18 deletions

View File

@@ -25,7 +25,7 @@
{% endfor %}
</ul>
{% if base.navbar.has_user %}
<form action="" method="post" class="ms-auto">
<form action="" method="post" class="ms-auto" autocomplete="off">
{% csrf_token %}
<input type="search" name="qr_search" id="qr_search_field" aria-label="QR Scan" placeholder="QR Search" class="form-control me-2 text-success">
</form>