changes to the base.html
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user