diff --git a/CHANGELOG b/CHANGELOG
index d2bcb93280724da865c45b7b4e530951832d213a..9d87bd4bb1d95b48913cd5c36d79a0e6dc738030 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,9 @@ smasch (1.0.0~beta.6-1) unstable; urgency=low
     number on the visit creation order basis (#369)
   * bug fix: default value should be able to store longer values - the same as
     possible text value (#373)
+  * bug fix: when editing an appointment type, clicking cancel redirected you
+    to the list of languages (#372)
+  
 
  -- Piotr Gawron <piotr.gawron@uni.lu>  Wed, 24 Feb 2021 12:00:00 +0200
 
diff --git a/smash/web/templates/appointment_types/edit.html b/smash/web/templates/appointment_types/edit.html
index cad34b054725e8e20acc309c6a3f34e875b59492..77d2bdff48b0c64313167a34cabf479edf486743 100644
--- a/smash/web/templates/appointment_types/edit.html
+++ b/smash/web/templates/appointment_types/edit.html
@@ -1,4 +1,4 @@
-{% extends "languages/add_edit.html" %}
+{% extends "appointment_types/add_edit.html" %}
 
 {% block page_header %}Edit appointment type "{{ appointment_type.code }}"{% endblock page_header %}