diff gpp/templates/bio/edit_profile.html @ 70:c0d3b09c9b95

#18 - Add time zone field to user profile.
author Brian Neal <bgneal@gmail.com>
date Wed, 01 Jul 2009 17:57:11 +0000
parents 74f04122295e
children 6a5549c2efb5
line wrap: on
line diff
--- a/gpp/templates/bio/edit_profile.html	Sun Jun 28 18:54:29 2009 +0000
+++ b/gpp/templates/bio/edit_profile.html	Wed Jul 01 17:57:11 2009 +0000
@@ -24,6 +24,9 @@
          <a href="{% url bio-edit_elsewhere %}">Edit Elsewhere Links</a></td>
       <td>{% elsewhere_links user %}</td>
    </tr>
+   <tr>
+      <th>Time Zone:</th> 
+      <td><select id="id_tz_area"></select> <select id="id_tz_location"></select></td>
    <tr><td>&nbsp;</td><td><input type="submit" name="submit_button" value="Save" />
          <input type="submit" name="submit_button" value="Cancel" /></td></tr>
 </table>