diff --git a/app/views/pools/new.html.erb b/app/views/pools/new.html.erb index b6cfaa312..01c8c8411 100644 --- a/app/views/pools/new.html.erb +++ b/app/views/pools/new.html.erb @@ -1,7 +1,10 @@
Before creating a pool, read the <%= link_to "pool guidelines", wiki_page_path(:id => "howto:pools") %>.
+ <%= simple_form_for(@pool) do |f| %> -