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
+1 -1
View File
@@ -27,7 +27,7 @@
<h2>Terminvereinbarung</h2>
<p>In 30 Minuten werden aktuelle Rahmenbedingungen bewertet und sinnvolle erste Schritte priorisiert.</p>
{% if 'username' in session %}
<a class="btn" href="{{ url_for('appointments') }}">In 5 Minuten startklar</a>
<a class="btn" href="{{ url_for('preise') }}">In 5 Minuten startklar</a>
{% else %}
<a class="btn" href="{{ url_for('login') }}">Login für Buchung</a>
{% endif %}