diff 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
line wrap: on
line diff
--- a/gpp/templates/bio/view_profile.html	Sun Jun 28 18:54:29 2009 +0000
+++ b/gpp/templates/bio/view_profile.html	Wed Jul 01 17:57:11 2009 +0000
@@ -37,6 +37,7 @@
    <tr><th>Signature</th><td>{{ profile.signature_html|safe }}</td></tr>
    {% endif %}
    <tr><th>Elsewhere</th><td>{% elsewhere_links subject %}</td></tr>
+   <tr><th>Time Zone</th><td>{{ profile.time_zone }}</td></tr>
 </table>
 </div>
 {% if this_is_me %}