diff --git a/app/views/requests/_new_request_to_person.haml b/app/views/requests/_new_request_to_person.haml index 9a7d1a9cc..cc4e8d698 100644 --- a/app/views/requests/_new_request_to_person.haml +++ b/app/views/requests/_new_request_to_person.haml @@ -3,8 +3,6 @@ -# the COPYRIGHT file. = form_tag(requests_path) do - - pp person - - pp aspects = select_tag(:aspect_id, options_from_collection_for_select(aspects, "id", "name")) - = hidden_field_tag :destination_handle, :value => person.diaspora_handle + = hidden_field_tag :destination_handle, person.diaspora_handle = submit_tag t('people.person.add_friend')