Editing contract_template

<% form_for(@contract_template) do |f| %> <%= f.error_messages %>

<%= f.label :name %>
<%= f.text_field :name %>

<%= f.label :boilerplate %>
<%= f.text_area :boilerplate %>

<%= f.submit 'Edit' %>

<% end %> <%= link_to 'Back', contract_templates_path %>