From ef2d18f569d27b14c9d2fcc34c45703665576b84 Mon Sep 17 00:00:00 2001 From: Mikko Heikkinen Date: Thu, 16 Jan 2025 18:15:57 +0200 Subject: [PATCH] Add ability to sort taxa alphabetically. --- app/templates/form_challenge100.html | 40 +++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) 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 %}