Mercurial > p > roundup > code
diff roundup/templates/classic/html/user.item @ 1146:de6de14f230a
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 15 Sep 2002 23:18:29 +0000 |
| parents | db13f46cb5f9 |
| children | b862bbf2067a |
line wrap: on
line diff
--- a/roundup/templates/classic/html/user.item Sun Sep 15 23:06:20 2002 +0000 +++ b/roundup/templates/classic/html/user.item Sun Sep 15 23:18:29 2002 +0000 @@ -91,7 +91,6 @@ </tr> </table> -<tal:block tal:condition="python:context.id and context.is_view_ok()"> - <tal:block tal:replace="structure context/history" /> -</tal:block> +<tal:block tal:condition="python:context.id and context.is_view_ok()" + tal:replace="structure context/history" />
