diff --git a/quiz_atomes/templates/quiz_atomes/quiz_atomes.html b/quiz_atomes/templates/quiz_atomes/quiz_atomes.html index a1ef8b1..6fba861 100644 --- a/quiz_atomes/templates/quiz_atomes/quiz_atomes.html +++ b/quiz_atomes/templates/quiz_atomes/quiz_atomes.html @@ -9,7 +9,7 @@ - + @@ -21,13 +21,13 @@ Atome - Symbole + Symbole {% if atome_list %}{% for atome in atome_list %} - {{atome.nom}} - + {{ forloop.counter }} - {{atome.nom}} + {% endfor %}{% endif %}