Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fixed rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 13, 2009
1 parent b46001f commit 449af12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/z3c/layer/pagelet/login.txt
Expand Up @@ -132,7 +132,8 @@ confirmation page telling that login was successfull:
</html>

Selecting the ``Back to the main page.`` link send the user back to
the default view of the container. (``ftesting.zcml`` defines ``@@default.html``as the default view.):
the default view of the container. (``ftesting.zcml`` defines
``@@default.html`` as the default view.):

>>> browser.getLink('Back to the main page.').click()
>>> browser.url
Expand Down Expand Up @@ -496,7 +497,8 @@ confirmation page telling that login was successfull:
</html>

Selecting the ``Back to the main page.`` link send the user back to
the default view of the container. (``ftesting.zcml`` defines ``@@default.html``as the default view.):
the default view of the container. (``ftesting.zcml`` defines
``@@default.html`` as the default view.):

>>> browser.getLink('Back to the main page.').click()
>>> browser.url
Expand Down

0 comments on commit 449af12

Please sign in to comment.