comparison 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
comparison
equal deleted inserted replaced
69:9fb8e804652b 70:c0d3b09c9b95
22 <td> 22 <td>
23 <a href="{% url bio-edit_elsewhere %}"><img src="{{ MEDIA_URL }}icons/link_edit.png" alt="Edit Links" /></a> 23 <a href="{% url bio-edit_elsewhere %}"><img src="{{ MEDIA_URL }}icons/link_edit.png" alt="Edit Links" /></a>
24 <a href="{% url bio-edit_elsewhere %}">Edit Elsewhere Links</a></td> 24 <a href="{% url bio-edit_elsewhere %}">Edit Elsewhere Links</a></td>
25 <td>{% elsewhere_links user %}</td> 25 <td>{% elsewhere_links user %}</td>
26 </tr> 26 </tr>
27 <tr>
28 <th>Time Zone:</th>
29 <td><select id="id_tz_area"></select> <select id="id_tz_location"></select></td>
27 <tr><td>&nbsp;</td><td><input type="submit" name="submit_button" value="Save" /> 30 <tr><td>&nbsp;</td><td><input type="submit" name="submit_button" value="Save" />
28 <input type="submit" name="submit_button" value="Cancel" /></td></tr> 31 <input type="submit" name="submit_button" value="Cancel" /></td></tr>
29 </table> 32 </table>
30 </form> 33 </form>
31 </div> 34 </div>