-
-
{% trans 'Enter Verification Code' %}
-
{% trans "We've sent a verification code to your email. Please enter it below" %}:
-
-
+
+
+
{% trans 'Enter Verification Code' %}
+
{% trans "We've sent a verification code to your email. Please enter it below" %}:
+
+
+
{% if messages %}
{% for message in messages %}
-
{{ message }}
+
+ {{ message }}
+
{% endfor %}
{% endif %}
{% endblock %}
+
{% block customJS %}
-
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/appointment/templates/error_pages/304_already_submitted.html b/appointment/templates/error_pages/304_already_submitted.html
index 99370ba..98f8f01 100644
--- a/appointment/templates/error_pages/304_already_submitted.html
+++ b/appointment/templates/error_pages/304_already_submitted.html
@@ -1,5 +1,4 @@
-{% extends BASE_TEMPLATE %}
{% load i18n %}
{% load static %}
{% block customCSS %}