unicode fixes

This commit is contained in:
Abdallah
2014-04-02 16:18:56 +03:00
parent 1bd0bcb8c0
commit bb9f720fa6
4 changed files with 6 additions and 7 deletions

View File

@@ -5,8 +5,7 @@
import hashlib
import copy
import json
hlskey = hashlib.md5(module.location.url()).hexdigest()
%>
hlskey = hashlib.md5(module.location.url().encode('utf-8')).hexdigest()%>
## js templates
<script id="metadata-editor-tpl" type="text/template">