app/soc/templates/soc/site/user/profile/edit.html
changeset 184 7c0b42aecd9b
parent 171 b62f1cf5e878
child 215 d020c95b17b1
--- a/app/soc/templates/soc/site/user/profile/edit.html	Sun Sep 21 08:59:11 2008 +0000
+++ b/app/soc/templates/soc/site/user/profile/edit.html	Mon Sep 22 13:42:53 2008 +0000
@@ -36,6 +36,7 @@
 {% endblock %}
 </p>
 <form method="POST">
+  {{ form.key_name }}
  <table>
   {% field_as_table_row form.id %}
 {% if lookup_error %}
@@ -49,6 +50,18 @@
   {% field_as_table_row form.link_name %}
   {% field_as_table_row form.nick_name %}
   {% field_as_table_row form.is_developer %}
+  {% if existing_user.former_ids %}
+  <tr>
+   <td class="formfieldlabel">Former ids</td>
+   <td>
+       {% for former_id in existing_user.former_ids %}
+       {{ former_id }}<br />
+       {% endfor %}
+   </td>
+   <td class="formfieldrequired">&nbsp;</td>
+   <td class="formfieldhelptext">&nbsp;</td>
+  </tr>
+  {% endif %}
   <tr>
    <td colspan="4">&nbsp;</td>
   </tr>