Merge branch 'development' of https://github.com/StefBuwalda/WebTech into development

This commit is contained in:
2025-04-16 15:09:32 +02:00
2 changed files with 12 additions and 12 deletions

View File

@@ -43,7 +43,7 @@
</button>
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-lg-start" aria-labelledby="dropdownMenuButton1">
<li class="dropdown-item">Username: {{current_user.username}} </li>
<li><a class="dropdown-item {% if active_page == 'update' %}active{% endif %}" href="{{url_for('auth.update')}}">Update password</a></li>
<li><a class="dropdown-item {% if active_page == 'update' %}active{% endif %}" href="{{url_for('auth.update')}}">Change password</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" style="color: tomato;" data-bs-theme="dark" href="{{url_for('auth.logout')}}">Logout</a></li>
</ul>