aboutsummaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/templates/index.html b/web/templates/index.html
index 0a07be1..338f04b 100644
--- a/web/templates/index.html
+++ b/web/templates/index.html
@@ -19,8 +19,6 @@
</div>
<div id="texte-corrige">
<h3>Texte corrigé</h3>
- {% for i, word in enumerate(corr_words) %}
- <span id="corr-{{",".join(map(str,align[i]))}}">{{word}}</span>
- {% end %}
+ {% raw corr_words %}
</div>
{% end %}