diff --git a/lib/runosaari_web/templates/performer/form.html.eex b/lib/runosaari_web/templates/performer/form.html.eex index 60b9756..8b4a50f 100644 --- a/lib/runosaari_web/templates/performer/form.html.eex +++ b/lib/runosaari_web/templates/performer/form.html.eex @@ -43,9 +43,9 @@ <%= error_tag form, :confirmed %> - <%= label form, :seqnum, "Arkistoitu (vuosi). Jätä tyhjäksi jos tulee näkyä Esiintyjät-sivulla." %> - <%= number_input form, :seqnum %> - <%= error_tag form, :seqnum %> + <%= label form, :archived, "Arkistoitu (vuosi). Jätä tyhjäksi, jos tulee näkyä Esiintyjät-sivulla." %> + <%= number_input form, :archived %> + <%= error_tag form, :archived %>