tidy formating

This commit is contained in:
Ross
2026-06-01 11:29:25 +01:00
parent f2a52bed23
commit 0412aa82e4
2 changed files with 40 additions and 40 deletions
@@ -1,5 +1,5 @@
{% if request.user.is_authenticated and collection %}
<nav class="navbar navbar-expand-lg navbar-dark bg-dark mt-2 rounded">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark mt-2 rounded">
<div class="container-fluid px-3">
<span class="navbar-text me-3 text-white">
<strong>Collection:</strong> {{ collection.name }}
@@ -41,6 +41,6 @@
</ul>
</div>
</div>
</nav>
</nav>
{% endif %}