20 lines
609 B
Plaintext
20 lines
609 B
Plaintext
%h1 Renouveller mon adhésion
|
|
|
|
%p Pour renouveller votre adhésion vous pouvez indiquer votre numéro d'adhérent ci-dessous :
|
|
|
|
=semantic_form_for @renew, :url => save_sheet_public_renews_index_path(), :html => {:method => :get} do |f|
|
|
|
|
-f.inputs do
|
|
|
|
=f.input :sheet_number, :label => "Numéro d'adhérent :"
|
|
|
|
=f.input :email, :label => "Email :"
|
|
|
|
=f.input :join_type, :collection => {"Individuel (10€)" => 1, "Familial (15€)" => 2}, :include_blank => false, :label => "Type d'adhésion", :as => :radio
|
|
|
|
|
|
|
|
|
|
=f.submit "Renouveller mon adhésion par CB"
|
|
|