Mercurial > public > sg101
comparison gpp/templates/bio/view_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 | 5eed5e7c1c98 |
children | fbef4f76492b |
comparison
equal
deleted
inserted
replaced
69:9fb8e804652b | 70:c0d3b09c9b95 |
---|---|
35 {% endif %} | 35 {% endif %} |
36 {% if profile.signature_html %} | 36 {% if profile.signature_html %} |
37 <tr><th>Signature</th><td>{{ profile.signature_html|safe }}</td></tr> | 37 <tr><th>Signature</th><td>{{ profile.signature_html|safe }}</td></tr> |
38 {% endif %} | 38 {% endif %} |
39 <tr><th>Elsewhere</th><td>{% elsewhere_links subject %}</td></tr> | 39 <tr><th>Elsewhere</th><td>{% elsewhere_links subject %}</td></tr> |
40 <tr><th>Time Zone</th><td>{{ profile.time_zone }}</td></tr> | |
40 </table> | 41 </table> |
41 </div> | 42 </div> |
42 {% if this_is_me %} | 43 {% if this_is_me %} |
43 <ul class="icon-list"> | 44 <ul class="icon-list"> |
44 <li><a href="{% url bio-edit_profile %}"><img src="{{ MEDIA_URL }}icons/application_edit.png" alt="Edit Profile" /></a> | 45 <li><a href="{% url bio-edit_profile %}"><img src="{{ MEDIA_URL }}icons/application_edit.png" alt="Edit Profile" /></a> |