diff options
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/add.rhtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/users/add.rhtml b/app/views/users/add.rhtml index d4c6a15f4..636bdcbcd 100644 --- a/app/views/users/add.rhtml +++ b/app/views/users/add.rhtml @@ -3,4 +3,5 @@ <% labelled_tabular_form_for :user, @user, :url => { :action => "add" } do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <%= submit_tag l(:button_create) %> -<% end %>
\ No newline at end of file +<%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %> +<% end %> |