CRUD Operations for Library models
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="absolute bottom-0 grid place-content-center gap-2 w-full">
|
||||
<div class="absolute bottom-0 sticky grid place-content-center gap-2 w-full">
|
||||
<div class="flex space-x-2 pb-4">
|
||||
<p class="text-sm font-extralight"><a href="#">Impressum</a></p>
|
||||
<p class="text-sm font-extralight"><a href="#">Datenschutz</a></p>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
</div>
|
||||
<div class="flex items-center">
|
||||
<ul class="flex space-x-4 qp-nav-list">
|
||||
<li><a href="#">Bibliothek</a></li>
|
||||
<li><a href="{% url 'library:overview_quiz' %}">Bibliothek</a></li>
|
||||
{% if user.is_authenticated %}
|
||||
<li><a href="{% url 'accounts:home' %}">Konto</a></li>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user