From 2507857a2ee8932fba7fbf697efff5c5c937ce66 Mon Sep 17 00:00:00 2001 From: Matt Barringer Date: Tue, 12 Feb 2013 19:19:02 +0100 Subject: [PATCH] Fixing a few bugs --- app/views/conference_registration/register.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/conference_registration/register.html.haml b/app/views/conference_registration/register.html.haml index b7e45e84..928f0311 100644 --- a/app/views/conference_registration/register.html.haml +++ b/app/views/conference_registration/register.html.haml @@ -13,7 +13,7 @@ .span12 = semantic_form_for(@registration, :url => register_conference_path(@conference.short_title), :html => { :method => :put }) do |f| = f.fields_for :person do - = f.inputs :public_name, :for => :person + = f.inputs :public_name, :as => :string, :for => :person = f.input :attending_social_events, :label => false = f.input :attending_with_partner, :label => false = f.input :using_affiliated_lodging, :label => false