From 91399fd94e2cbba687e43840ce3ae78294803321 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 31 Jul 2014 20:21:49 -0500 Subject: [PATCH] * bumping max length --- admin/app/views/admin/batch_emails/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/app/views/admin/batch_emails/_form.html.erb b/admin/app/views/admin/batch_emails/_form.html.erb index a9c83f836..cda37c867 100644 --- a/admin/app/views/admin/batch_emails/_form.html.erb +++ b/admin/app/views/admin/batch_emails/_form.html.erb @@ -3,7 +3,7 @@ <%= f.input(:from_email, :label => "From Email", :input_html => {:maxlength => 64}) %> <%= f.input(:subject, :label => "Subject", :input_html => {:maxlength => 128}) %> <%= f.input(:test_emails, :label => "Test Emails", :input_html => {:maxlength => 1024, :size => '3x3'}) %> - <%= f.input(:body, :label => "Body", :input_html => {:maxlength => 3096, :size => '10x20'}) %> + <%= f.input(:body, :label => "Body", :input_html => {:maxlength => 60000, :size => '10x20'}) %> <% end %> <%= f.actions %> <% end %>