From: richard Date: Thu, 14 Jan 2010 00:08:33 +0000 (+0000) Subject: fix stupid typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=71978c78827316c886c6dee9a0eba24c3b42acc1;p=roundup.git fix stupid typo git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4427 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/upgrading.txt b/doc/upgrading.txt index 8591021..2dfa8e8 100644 --- a/doc/upgrading.txt +++ b/doc/upgrading.txt @@ -107,7 +107,7 @@ assign it to the Anonymous role (replacing any previously assigned The lines marked "+" should be added and lines marked "-" should be deleted (minus the "+"/"-" signs). -You should also modify the ``html/page.py`` template to change the +You should also modify the ``html/page.html`` template to change the permission tested there:: -tal:condition="python:request.user.hasPermission('Create', 'user')"