diff options
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/bfgwiki/authorization.rst | 2 | ||||
| -rw-r--r-- | docs/tutorials/bfgwiki2/authorization.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/bfgwiki/authorization.rst b/docs/tutorials/bfgwiki/authorization.rst index 304a3964b..e605fd31a 100644 --- a/docs/tutorials/bfgwiki/authorization.rst +++ b/docs/tutorials/bfgwiki/authorization.rst @@ -35,7 +35,7 @@ that a view invocation can not be authorized. When you're done, your Adding ``security.py`` -~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~ Add a ``security.py`` module within your package (in the same directory as "run.py", "views.py", etc) with the following content: diff --git a/docs/tutorials/bfgwiki2/authorization.rst b/docs/tutorials/bfgwiki2/authorization.rst index d95f54127..ec6f44882 100644 --- a/docs/tutorials/bfgwiki2/authorization.rst +++ b/docs/tutorials/bfgwiki2/authorization.rst @@ -91,7 +91,7 @@ that a view invocation can not be authorized. When you're done, your :language: xml Adding ``security.py`` -~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~ Add a ``security.py`` module within your package (in the same directory as "run.py", "views.py", etc) with the following content: |
