diff --git a/cms/templates/widgets/metadata-edit.html b/cms/templates/widgets/metadata-edit.html index d5aa23b4b0..74c5ac968e 100644 --- a/cms/templates/widgets/metadata-edit.html +++ b/cms/templates/widgets/metadata-edit.html @@ -5,7 +5,8 @@ import hashlib import copy import json - hlskey = hashlib.md5(module.location.url().encode('utf-8')).hexdigest()%> + hlskey = hashlib.md5(module.location.url().encode('utf-8')).hexdigest() +%> ## js templates