Commit 35be2e30 by Abdallah

line fix

parent bb9f720f
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
import hashlib import hashlib
import copy import copy
import json import json
hlskey = hashlib.md5(module.location.url().encode('utf-8')).hexdigest()%> hlskey = hashlib.md5(module.location.url().encode('utf-8')).hexdigest()
%>
## js templates ## js templates
<script id="metadata-editor-tpl" type="text/template"> <script id="metadata-editor-tpl" type="text/template">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment