From 35be2e303240cbe7a8062df709c0864dffcf9208 Mon Sep 17 00:00:00 2001 From: Abdallah Date: Wed, 2 Apr 2014 16:40:55 +0300 Subject: [PATCH] line fix --- cms/templates/widgets/metadata-edit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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