aboutsummaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2014-09-08 22:47:12 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2014-09-08 22:47:12 -0400
commit4364051938996369e8fd8503632b69399e43ad97 (patch)
tree2d3df284655e40b5fce1df0c84533bde42e22be8 /web/templates
parent771172bdaa1b65777b30776a90fc5da9029b4b7c (diff)
downloadocr-layer-curation-master.tar.gz
gen_html only returns 3 parameters nowHEADmaster
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/templates/index.html b/web/templates/index.html
index 338f04b..26822c6 100644
--- a/web/templates/index.html
+++ b/web/templates/index.html
@@ -7,7 +7,6 @@
<map name="wordmap">
{% for i, coord in enumerate(orig_coords) %}
<area href="#" shape="rect" coords="{{coord}}" data-orig="{{i}}" />
- {# data-corr="{{",".join(map(str,corr_coords_index[i]))}}" #}
{% end %}
</map>