Goal: on a initializer field_error.rb add a .wrong class to
when there is a validation error. <% @templates.each do |radio| %>
<%= f.radio_button :template_id, radio.id %><%= content_tag(:label, radio.title, :class => "labelOption")%>
<% end %>