From de9d886e4bc01415ffb4011c5f0c12d4bdb4f765 Mon Sep 17 00:00:00 2001 From: Adams Pierre David <57180807+adamspd@users.noreply.github.com> Date: Sat, 31 Aug 2024 23:26:11 +0200 Subject: [PATCH] small fix --- appointment/__init__.py | 2 +- appointment/templates/appointment/enter_verification_code.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 %}