Mercurial > p > roundup > code
diff templates/classic/html/user.item.html @ 2246:9db7d2842222
fixed static file serving
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 04 May 2004 00:02:23 +0000 |
| parents | c5fb778ec7e4 |
| children | f9200f897369 |
line wrap: on
line diff
--- a/templates/classic/html/user.item.html Mon May 03 00:28:43 2004 +0000 +++ b/templates/classic/html/user.item.html Tue May 04 00:02:23 2004 +0000 @@ -56,7 +56,7 @@ <th>Timezone</th> <td tal:define="timezone request/form/timezone/value | python:''; timezone python:timezone - or db._db.user.get(request.user.id, 'timezone') + or db._db.user.get(context.id, 'timezone') or config.DEFAULT_TIMEZONE"> <input tal:condition="context/is_edit_ok" name="timezone" tal:attributes="value timezone">
