Introduction of pasword and acount changes for the user

This commit is contained in:
2026-08-26 23:38:22 +02:00
parent c9e4c64cb5
commit 54ca1ae70d
2 changed files with 2 additions and 209 deletions
+2 -3
View File
@@ -540,11 +540,11 @@
<details class="nav-dropdown">
<summary class="nav-btn">Admin</summary>
<div class="dropdown-menu">
<a href="{{ url_for('admin_users') }}">Userverwaltung</a> <!-- War bereits hier vorhanden -->
<a href="{{ url_for('user_profile') }}">Mein Profil</a>
<a href="{{ url_for('admin_users') }}">Userverwaltung</a>
<a href="{{ url_for('admin_invoices') }}">Rechnungsverwaltung</a>
<a href="{{ url_for('admin_chats') }}">Admin-Chat</a>
<a href="{{ url_for('admin_tickets') }}">Support-Center</a>
<a href="{{ url_for('admin_system_tools') }}">System-Tools</a>
<a href="{{ url_for('admin_blog') }}">Blog verwalten</a>
<a href="{{ url_for('admin_instances') }}">Schul-Instanzen</a>
</div>
@@ -554,7 +554,6 @@
<details class="nav-dropdown">
<summary class="nav-btn">Nutzerbereich</summary>
<div class="dropdown-menu">
<!-- NEU: Profilverwaltung für reguläre Nutzer im Desktop Dropdown -->
<a href="{{ url_for('user_profile') }}">Mein Profil</a>
<a href="{{ url_for('my_tutorials') }}">Tutorials</a>
<a href="{{ url_for('my_invoices') }}">Meine Rechnungen</a>