Skip to content

Commit c17713f

Browse files
authored
Merge pull request #258 from adamspd/small-fix
v3.7.3
2 parents 219d960 + 395c4a2 commit c17713f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.2"
9+
__version__ = "3.7.3"
1010
__test_version__ = False

appointment/templates/appointment/enter_verification_code.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{% extends BASE_TEMPLATE %}
21
{% load i18n %}
32
{% load static %}
43

0 commit comments

Comments
 (0)