mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
.
This commit is contained in:
parent
8597edcb21
commit
94752c2bf3
1 changed files with 7 additions and 1 deletions
|
|
@ -248,6 +248,11 @@ body {
|
|||
<li class="nav-item {% block nav_profile %}{% endblock %}">
|
||||
<a class="nav-link" href="{% url 'two_factor:profile' %}">{% trans "Account Security" %}</a></li>
|
||||
|
||||
<li class="nav-item ">
|
||||
<a class="nav-link" href="">{% trans "Account Security" %}</a></li>
|
||||
|
||||
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="{% url 'logout' %}">{% trans "Logout" %}</a>
|
||||
</li>
|
||||
|
|
@ -327,7 +332,8 @@ body {
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
{% include "_messages.html" %}
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue