Bug 493090 - Making legal name field editable

Signed-off-by: Eric Poirier <eric@eclipse.org>
diff --git a/eclipse.org-common/classes/users/tpl/cla_form.tpl.php b/eclipse.org-common/classes/users/tpl/cla_form.tpl.php
index e71dd1f..713c65c 100644
--- a/eclipse.org-common/classes/users/tpl/cla_form.tpl.php
+++ b/eclipse.org-common/classes/users/tpl/cla_form.tpl.php
@@ -96,7 +96,7 @@
     <div class="form-group">
       <label for="edit-legal-name">Legal Name <span class="form-required"
         title="This field is required.">*</span></label>
-      <input readonly
+      <input
         class="form-control form-text" type="text"
         id="edit-legal-name" name="legal_name" value="<?php print $this->Friend->getFirstName() . ' ' . $this->Friend->getLastName(); ?>"
         size="60" maxlength="128" />