beautified
This commit is contained in:
parent
864c700666
commit
70d9995005
9 changed files with 36 additions and 41 deletions
|
@ -1,3 +1,4 @@
|
|||
{% if user.is_authenticated %}
|
||||
<div class="container">
|
||||
<footer class="footer d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted">© 2023 fbf</p>
|
||||
|
@ -14,3 +15,4 @@
|
|||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue