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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user