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 a491a55 commit efc3b13Copy full SHA for efc3b13
appointment/__init__.py
@@ -6,5 +6,5 @@
6
__url__ = "https://github.com/adamspd/django-appointment"
7
__package_website__ = "https://django-appt.adamspierredavid.com/"
8
__package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/"
9
-__version__ = "3.7.2"
+__version__ = "3.7.3"
10
__test_version__ = False
appointment/templates/appointment/enter_verification_code.html
@@ -1,4 +1,3 @@
1
-{% extends BASE_TEMPLATE %}
2
{% load i18n %}
3
{% load static %}
4
0 commit comments