create review from scratch and answer works
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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