From bff2b059944e926b99c97fc90e91075a975e5f2f Mon Sep 17 00:00:00 2001 From: Matt Barringer Date: Mon, 18 Feb 2013 06:25:12 +0100 Subject: [PATCH] Tweak the submission forms --- app/views/proposal/new.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/proposal/new.html.haml b/app/views/proposal/new.html.haml index 1c8fdeea..665c02f2 100644 --- a/app/views/proposal/new.html.haml +++ b/app/views/proposal/new.html.haml @@ -2,6 +2,5 @@ .row .span12 .center-text - %pre - = @conference.call_for_papers.description + = simple_format(@conference.call_for_papers.description) = render 'proposal_form'