[Python-checkins] r76622 - tracker/instances/python-dev/html/page.html
martin.v.loewis
python-checkins at python.org
Tue Dec 1 07:23:08 CET 2009
Author: martin.v.loewis
Date: Tue Dec 1 07:23:08 2009
New Revision: 76622
Log:
Fix typo.
Modified:
tracker/instances/python-dev/html/page.html
Modified: tracker/instances/python-dev/html/page.html
==============================================================================
--- tracker/instances/python-dev/html/page.html (original)
+++ tracker/instances/python-dev/html/page.html Tue Dec 1 07:23:08 2009
@@ -145,7 +145,7 @@
</li>
<li>
<a href="user?@template=register"
- tal:condition="python:request.user.hasPermission('Register, 'user')"
+ tal:condition="python:request.user.hasPermission('Register', 'user')"
i18n:translate="">Register</a>
</li>
<li><a href="user?@template=forgotten" i18n:translate="">Lost your login?</a>
More information about the Python-checkins
mailing list