diff --git a/app/templates/form_challenge100.html b/app/templates/form_challenge100.html index a4a9455..609fe2b 100644 --- a/app/templates/form_challenge100.html +++ b/app/templates/form_challenge100.html @@ -241,7 +241,6 @@ }, 300); // Wait 300 ms before processing the input }); }); - {% endblock %} @@ -310,6 +309,8 @@

Osallistuminen: {{ html['challenge']['title'] }}

+ Voit palauttaa listan alkuperäiseen järjestykseen tallentamalla osallistumisen. + {% if 'taxa_count' not in html['data_fields'] %} {% else %} @@ -349,4 +350,41 @@

{{ html['data_fields']['taxa_count'] }} lajia

+ + {% endblock %}