<% form_tag "", class: "ui form" do |f| %>

Before we get started, we need to create a dashboard login account for you.

Check to make sure your config/database.yml settings are correct, and then fill out the form below:

<%= email_field_tag :email, value: params[:email], placeholder: "Email" %>
<%= password_field_tag :password, value: params[:password], placeholder: "Password" %>
<%= text_field_tag :code, value: params[:code], placeholder: "Install code (found in config/settings.yml)" if @code %>
<%= submit_tag "Create Login", class: "ui fluid button" %> <% end %>