summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e70a5c8)
raw | patch | inline | side by side (parent: e70a5c8)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 14 Jan 2010 00:08:33 +0000 (00:08 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/doc/upgrading.txt b/doc/upgrading.txt
index 8591021aa4efc90d4504f654d247a397204d18b0..2dfa8e8ad8fb25ffd585f282c6af50e7a627100a 100644 (file)
--- a/doc/upgrading.txt
+++ b/doc/upgrading.txt
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')"