Mercurial > p > roundup > code
diff templates/classic/html/page.html @ 3120:ac1803a09920 maint-0.8
far more merging from HEAD than is good
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 28 Jan 2005 04:10:22 +0000 |
| parents | 5654dc762e00 |
| children | 708ce3b664d4 |
line wrap: on
line diff
--- a/templates/classic/html/page.html Thu Jan 27 06:51:16 2005 +0000 +++ b/templates/classic/html/page.html Fri Jan 28 04:10:22 2005 +0000 @@ -88,7 +88,7 @@ or request.user.hasPermission('Edit', 'user')"> <a href="user" i18n:translate="">User List</a><br> </span> - <a tal:condition="python:request.user.hasPermission('Edit', 'user')" + <a tal:condition="python:request.user.hasPermission('Create', 'user')" href="user?@template=item" i18n:translate="">Add User</a> </p>
