diff --git a/app/views/admin/create_system.rhtml b/app/views/admin/create_system.rhtml index 4d318e63..77f8a316 100644 --- a/app/views/admin/create_system.rhtml +++ b/app/views/admin/create_system.rhtml @@ -6,7 +6,9 @@ you'll need to do a brief one-time setup.

-
+<%= form_tag({ :controller => 'admin', :action => 'create_system'}, + {'id' => 'setup', 'method' => 'post', 'onSubmit' => 'return validateSetup()'}) +%>
  1. @@ -43,7 +45,7 @@

    -
  2. +<%= end_form_tag %>