move all templates to use base.html
This commit is contained in:
parent
4a732498b9
commit
fbc6570eb6
9 changed files with 20 additions and 11 deletions
|
|
@ -55,7 +55,7 @@
|
|||
</li>
|
||||
{% else%}
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="{% url 'signup' %}">
|
||||
<a class="nav-link" href="{% url 'member:signup' %}">
|
||||
<i class="fa fa-user-plus"></i> S'inscrire
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue