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

@@ -1,4 +1,3 @@
{% if user.is_authenticated %}
<ul class="navbar-nav z-index=2">
<li class="nav-item">
<a href="{% url 'home' %}" class="nav-link {% if navbar == 'home' %}active{% endif %}">Flux</a>
@@ -14,5 +13,4 @@
<button type="submit" class="btn btn-light">Se déconnecter</button>
</form>
</ul>
{% endif %}