create review from scratch and answer works
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user