diff --git a/lib/runosaari_web/templates/info/form.html.eex b/lib/runosaari_web/templates/info/form.html.eex index 91b069b..6f035f8 100644 --- a/lib/runosaari_web/templates/info/form.html.eex +++ b/lib/runosaari_web/templates/info/form.html.eex @@ -6,7 +6,7 @@ <% end %> <%= label f, :content, "Sisältö" %> - <%= text_input f, :content %> + <%= textarea f, :content %> <%= error_tag f, :content %> <%= label f, :seqnum, "Prioritetti (1 on korkein)" %>