Code

fix stupid typo
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 14 Jan 2010 00:08:33 +0000 (00:08 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 14 Jan 2010 00:08:33 +0000 (00:08 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4427 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/upgrading.txt

index 8591021aa4efc90d4504f654d247a397204d18b0..2dfa8e8ad8fb25ffd585f282c6af50e7a627100a 100644 (file)
@@ -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')"