membership form fix

This commit is contained in:
Andreas Stephanides
2013-08-25 13:07:38 +02:00
parent 953c330f2f
commit 79e4b71df3
6 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
<%= semantic_form_for @membership do |f| %>
<%= semantic_form_for [@membership.fetprofile,@membership] do |f| %>
<%= f.inputs do %>
<%= f.input :gremium, :as=>:radio %>
<%= f.input :start %>

View File

@@ -2,4 +2,4 @@
<%= render 'form' %>
<%= link_to 'Back', memberships_path %>
<%= link_to 'Back', @membership.fetprofile %>