Mercurial > p > roundup > code
diff scripts/notify-roundup/html/user.item.html @ 4201:2d6a1dce69da gsoc-2009
Fixed user html page
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Mon, 13 Jul 2009 14:56:22 +0000 |
| parents | 01c9c82cf2e6 |
| children |
line wrap: on
line diff
--- a/scripts/notify-roundup/html/user.item.html Mon Jul 13 12:51:54 2009 +0000 +++ b/scripts/notify-roundup/html/user.item.html Mon Jul 13 14:56:22 2009 +0000 @@ -74,8 +74,8 @@ </tr> </tal:if> <tr> - <th i18n:translate="">Subversion login</th> - <td tal:content="structure context/svn_name/field">svn_name</td> + <th i18n:translate="">VCS login</th> + <td tal:content="structure context/vcs_name/field">vcs_name</td> </tr> <tal:if condition="python:request.user.hasPermission('Web Roles')"> <tr tal:define="name string:roles; label string:Roles;">
