changes to the base.html

This commit is contained in:
2026-09-18 22:58:07 +02:00
parent 3255747a1c
commit 59a64de575
+1
View File
@@ -555,6 +555,7 @@
<summary class="nav-btn">Nutzerbereich</summary> <summary class="nav-btn">Nutzerbereich</summary>
<div class="dropdown-menu"> <div class="dropdown-menu">
<a href="{{ url_for('user_profile') }}">Mein Profil</a> <a href="{{ url_for('user_profile') }}">Mein Profil</a>
<a href="{{ url_for('preise') }}">Preise</a>
<a href="{{ url_for('my_tutorials') }}">Tutorials</a> <a href="{{ url_for('my_tutorials') }}">Tutorials</a>
<a href="{{ url_for('my_invoices') }}">Meine Rechnungen</a> <a href="{{ url_for('my_invoices') }}">Meine Rechnungen</a>
<a href="{{ url_for('my_instance_management') }}">Meine Instanz</a> <a href="{{ url_for('my_instance_management') }}">Meine Instanz</a>