Refactor appointment system: remove appointments.html, update navigation to link to preise.html, and create new preise.html with pricing details and booking options.

This commit is contained in:
2026-05-10 14:43:26 +02:00
parent a06cc2f6d7
commit f092ac1890
6 changed files with 20 additions and 547 deletions
+2 -2
View File
@@ -693,7 +693,7 @@
</p>
<div class="cta-row">
{% if 'username' in session %}
<a class="btn btn-primary" href="{{ url_for('appointments') }}">In 5 Minuten startklar</a>
<a class="btn btn-primary" href="{{ url_for('preise') }}">In 5 Minuten startklar</a>
{% else %}
<a class="btn btn-primary" href="{{ url_for('login') }}">Jetzt kostenlos testen</a>
{% endif %}
@@ -915,7 +915,7 @@
<p>Ein kurzes Gespräch schafft Klarheit über Prioritäten, Sicherheitsanforderungen und realistische Einführungsetappen für den Schulbetrieb.</p>
</div>
{% if 'username' in session %}
<a class="btn btn-secondary" href="{{ url_for('appointments') }}">In 5 Minuten startklar</a>
<a class="btn btn-secondary" href="{{ url_for('preise') }}">In 5 Minuten startklar</a>
{% else %}
<a class="btn btn-secondary" href="{{ url_for('login') }}">Jetzt kostenlos testen</a>
{% endif %}