Menü angepasst

This commit is contained in:
Bkolb 2026-04-10 07:41:49 +02:00
parent 9e2a733015
commit f9a48b5b50
3 changed files with 10 additions and 5 deletions

View File

@ -282,7 +282,7 @@ def startup_checks():
ensure_default_admin() ensure_default_admin()
@app.route("/")
@app.route("/home") @app.route("/home")
def home(): def home():
return render_template( return render_template(
@ -293,9 +293,9 @@ def home():
**get_current_user() **get_current_user()
) )
@app.route("/")
@app.route("/preise") @app.route("/preise")
@login_required #@login_required
def preise(): def preise():
return render_template( return render_template(
"preise2.html", "preise2.html",

View File

@ -19,9 +19,9 @@
</div> </div>
<nav class="top-nav"> <nav class="top-nav">
<a href="/home" class="{% if active_page == 'home' %}active{% endif %}">Home</a> <!-- <a href="/home" class="{% if active_page == 'home' %}active{% endif %}">Home</a> -->
<a href="/preise" class="{% if active_page == 'preise' %}active{% endif %}">Preise</a> <a href="/preise" class="{% if active_page == 'preise' %}active{% endif %}">Preise</a>
<a href="/allgemein" class="{% if active_page == 'allgemein' %}active{% endif %}">Allgemein</a> <!-- <a href="/allgemein" class="{% if active_page == 'allgemein' %}active{% endif %}">Allgemein</a> -->
{% if is_logged_in %} {% if is_logged_in %}
<a href="/courses" class="{% if active_page == 'courses' %}active{% endif %}"> <a href="/courses" class="{% if active_page == 'courses' %}active{% endif %}">

View File

@ -14,6 +14,11 @@
{% elif country == "CH" %} {% elif country == "CH" %}
Der Content ist auf die aktuellen Bestimmungen der Schweiz abgestimmt. Der Content ist auf die aktuellen Bestimmungen der Schweiz abgestimmt.
{% endif %} {% endif %}
<center>
<div class="hero-actions">
<a href="https://www.compliance-verification.info" class="btn-secondary">weitere Info zu den Produkten</a>
</div>
</center>
</p> </p>
<p class="pricing-note-strong"> <p class="pricing-note-strong">
Alle Preise verstehen sich Alle Preise verstehen sich