diff options
Diffstat (limited to 'web/templates/index.html')
| -rw-r--r-- | web/templates/index.html | 1 |
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> |
