Add documentation
This commit is contained in:
parent
007d99faf5
commit
41e2cab536
1 changed files with 7 additions and 0 deletions
|
|
@ -648,4 +648,11 @@ class TableElement(ListElement):
|
|||
|
||||
|
||||
class LoggedPage(object):
|
||||
"""
|
||||
A page that only logged users can reach. If we did not get a redirection
|
||||
for this page, we are sure that the login is still active.
|
||||
|
||||
Do not use this class for page we mixed content (logged/anonymous) or for
|
||||
pages with a login form.
|
||||
"""
|
||||
logged = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue