templates/preferences.tmpl
changeset 113 9fc0eb751b6a
parent 92 74f6a0b01ddf
child 129 67a30d680f60
--- a/templates/preferences.tmpl	Wed Feb 11 22:56:43 2009 +0200
+++ b/templates/preferences.tmpl	Wed Feb 11 23:22:13 2009 +0200
@@ -9,7 +9,7 @@
         <p>
             <label for="timezone">Timezone:</label>
             <select name="timezone">
-            ${h.select_options(((tz_name, tz_name) for tz_name in timezones), prefs['timezone'].zone)}
+            ${h.select_options(((None, tz_name) for tz_name in timezones), prefs['timezone'].zone)}
             </select>
             <span class="example">(${h.tz_name(prefs['timezone'])})</span>
         </p>