diff --git a/appointment/__init__.py b/appointment/__init__.py index 468b3dc..4c6f531 100644 --- a/appointment/__init__.py +++ b/appointment/__init__.py @@ -6,5 +6,5 @@ __url__ = "https://github.com/adamspd/django-appointment" __package_website__ = "https://django-appt.adamspierredavid.com/" __package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/" -__version__ = "3.7.3" +__version__ = "3.7.4" __test_version__ = False diff --git a/appointment/templates/appointment/enter_verification_code.html b/appointment/templates/appointment/enter_verification_code.html index d56ce45..6b157a1 100644 --- a/appointment/templates/appointment/enter_verification_code.html +++ b/appointment/templates/appointment/enter_verification_code.html @@ -1,3 +1,4 @@ +{% extends BASE_TEMPLATE %} {% load i18n %} {% load static %}