html minor corrections
This commit is contained in:
parent
9bd21283c0
commit
d6036766c7
2 changed files with 4 additions and 4 deletions
|
@ -58,7 +58,7 @@
|
|||
<!-- Dropdown -->
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="{% url 'social' %}" id="navbardrop" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<b>{% trans 'Social'%}
|
||||
<b>{% trans 'Social'%}</b>
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{% url 'trombonoscope:view' %}">{% trans "Trombonoscope" %}</a>
|
||||
|
@ -108,7 +108,7 @@
|
|||
</li>
|
||||
{% else %}
|
||||
<li class="nav-item"><a class="nav-link" href="{% url 'login' %}"><b>{% trans "Se connecter" %}</b></a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="{% url 'registration' %}"><b>{% trans "Créer un compte" %}</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="{% url 'registration' %}"><b>{% trans "Créer un compte" %}</b></a></li>
|
||||
|
||||
{% endif %}
|
||||
<li class="nav-item">
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
<div class="6u 12u$(small)">
|
||||
<h2>{% trans "Profil" %} :</h2>
|
||||
<ul>
|
||||
<li> <a href="{% url 'login' %}">{% trans "Se connecter" %}</a></li>
|
||||
<li> <a href="{% url 'change_membre' %}">{% trans "Modifier le profil" %}</a></li>
|
||||
<li> <a href="{% url 'trombonoscope:change' %}">{% trans "Modifier le Trombo" %}</a></li>
|
||||
<li><a href="{% url 'registration' %}">{% trans "Créer un compte" %}</a></li>
|
||||
<li><a href="{% url 'logout' %}">{% trans "Déconnexion" %}</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue