beautified

This commit is contained in:
gnuter3000 2023-07-07 09:33:56 +02:00
parent 864c700666
commit 70d9995005
9 changed files with 36 additions and 41 deletions

View file

@ -1,4 +1,6 @@
{% load static %}
{% if user.is_authenticated %}
<nav class="navbar navbar-expand-lg navbar-dark bg-primary sticky-top">
<div class="container">
<a class="navbar-brand" href="{% url 'index' %}">
@ -49,4 +51,5 @@
</div>
</div>
</nav>
{% endif %}
<br />