diff --git a/content_profile.module b/content_profile.module
index fb1026d..9108b5c 100644
--- a/content_profile.module
+++ b/content_profile.module
@@ -267,6 +267,7 @@ function content_profile_form_alter(&$form, $form_state, $form_id) {
   elseif (isset($form['#node']) && $form['#node']->type .'_node_form' == $form_id && is_content_profile($form['#node'])) {
     // Customize the redirect target and buttons of our own node forms.
     if (arg(0) == 'user' && is_numeric(arg(1)) && arg(2) == 'edit' || arg(2) == 'profile') {
+      $form['buttons']['submit']['#access'] = TRUE;
       $form['buttons']['preview']['#access'] = FALSE;
       $form['buttons']['delete']['#access'] = FALSE;
       $form['#redirect'] = arg(2) == 'profile' ? 'user/'. $form['#node']->uid : $_GET['q'];
