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 b910769 commit 66d911dCopy full SHA for 66d911d
appointment/templates/appointment/appointments.html
@@ -114,7 +114,7 @@ <h1 class="page-title">{{ service.name }}</h1>
114
const noStaffMemberSelectedTxt = "{% trans 'No staff member selected.' %}";
115
const selectTimeSlotWarningTxt = "{% trans 'Please select a time slot before submitting the appointment request.' %}";
116
const dateInPastErrorTxt = "{% trans 'Date is in the past.' %}";
117
- const selectDateAndTimeAlertTxt = {% trans 'Please select a date and time' %};
+ const selectDateAndTimeAlertTxt = "{% trans 'Please select a date and time' %}";
118
</script>
119
<script src="{% static 'js/appointments.js' %}"></script>
120
<script src="{% static 'js/js-utils.js' %}"></script>
0 commit comments