Edited static files

This commit is contained in:
ayxan 2022-11-10 09:51:05 +04:00
parent e54d07b46e
commit 00bf8972a1
2 changed files with 4 additions and 6 deletions

View File

@ -8,9 +8,7 @@
<a class="logo-link navbar-brand" href="/">
<img class="logo" src="{% static 'icons/retro-tv.png' %}">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="me-auto"></ul>
{% if request.user.is_authenticated == True %}