We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78889c7 commit 7408933Copy full SHA for 7408933
appointment/templates/appointment/default_thank_you.html
@@ -18,7 +18,6 @@ <h1 class="thank-you-title">{% trans "See you soon" %} !</h1>
18
<p class="appointment-details-title">{% trans "Appointment details" %}:</p>
19
<ul class="appointment-details">
20
<li>{% trans 'Service' %}: {{ appointment.get_service_name }}</li>
21
- <li>{% trans 'Appointment ID' %}: {{ appointment.id_request }}</li>
22
<li>{% trans 'Appointment Date' %}: {{ appointment.get_appointment_date }}</li>
23
<li>{% trans 'Appointment Time' %}: {{ appointment.get_start_time }}</li>
24
<li>{% trans 'Duration' %}: {{ appointment.get_service_duration }}</li>
0 commit comments