diff --git a/app/views/aspects/edit.html.haml b/app/views/aspects/edit.html.haml
index b48758c51..f9769fdeb 100644
--- a/app/views/aspects/edit.html.haml
+++ b/app/views/aspects/edit.html.haml
@@ -12,12 +12,6 @@
.description
= t('contacts', :count =>@aspect_contacts_count)
- = form_for @aspect do |asp|
- = asp.text_field :name, :value => @aspect.name
- = asp.submit t('.rename_aspect'), :class => 'button'
-
- = button_to t('.remove_aspect'), @aspect, :method => "delete", :confirm => t('.confirm_remove_aspect'), :class => 'button'
-
- if @contacts.count > 0
= render 'shared/contact_list', :aspect => @aspect, :contacts => @contacts