create review from scratch and answer works

This commit is contained in:
2025-05-02 09:35:02 +02:00
parent 83c75e95f3
commit aceb42c2e6
34 changed files with 464 additions and 95 deletions

View File

@@ -15,7 +15,9 @@
<div class="col d-flex justify-content-center">
<h1> LITReview </h1>
</div>
{% if user.is_authenticated %}
{% include 'nav.html' %}
{% endif %}
</div>
</nav>
</header>