Skip to content

Commit 583c16b

Browse files
authored
Merge pull request #259 from adamspd/v3.7.4
small fix
2 parents c17713f + de9d886 commit 583c16b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appointment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
__url__ = "https://github.com/adamspd/django-appointment"
77
__package_website__ = "https://django-appt.adamspierredavid.com/"
88
__package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/"
9-
__version__ = "3.7.3"
9+
__version__ = "3.7.4"
1010
__test_version__ = False

appointment/templates/appointment/enter_verification_code.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% extends BASE_TEMPLATE %}
12
{% load i18n %}
23
{% load static %}
34

0 commit comments

Comments
 (0)