Skip to content

Commit 7408933

Browse files
committed
Updated default thank you page
1 parent 78889c7 commit 7408933

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appointment/templates/appointment/default_thank_you.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ <h1 class="thank-you-title">{% trans "See you soon" %} !</h1>
1818
<p class="appointment-details-title">{% trans "Appointment details" %}:</p>
1919
<ul class="appointment-details">
2020
<li>{% trans 'Service' %}: {{ appointment.get_service_name }}</li>
21-
<li>{% trans 'Appointment ID' %}: {{ appointment.id_request }}</li>
2221
<li>{% trans 'Appointment Date' %}: {{ appointment.get_appointment_date }}</li>
2322
<li>{% trans 'Appointment Time' %}: {{ appointment.get_start_time }}</li>
2423
<li>{% trans 'Duration' %}: {{ appointment.get_service_duration }}</li>

0 commit comments

Comments
 (0)