summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/authorization.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-30 02:17:37 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-30 02:17:37 -0700
commit160e802545a3f42134fbd88f1d71dd7c15fd3ba7 (patch)
tree248076359df80c7ccc30fa5114a3b1a5e71dfe80 /docs/tutorials/wiki/authorization.rst
parent61adead5482cdb6fc07921e8bff787b99c980e52 (diff)
downloadpyramid-160e802545a3f42134fbd88f1d71dd7c15fd3ba7.tar.gz
pyramid-160e802545a3f42134fbd88f1d71dd7c15fd3ba7.tar.bz2
pyramid-160e802545a3f42134fbd88f1d71dd7c15fd3ba7.zip
Update wiki with zodb cookiecutter source files
Diffstat (limited to 'docs/tutorials/wiki/authorization.rst')
-rw-r--r--docs/tutorials/wiki/authorization.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst
index a2e61e632..b7eeb19ae 100644
--- a/docs/tutorials/wiki/authorization.rst
+++ b/docs/tutorials/wiki/authorization.rst
@@ -312,7 +312,7 @@ indicated by the highlighted lines.
.. literalinclude:: src/authorization/tutorial/templates/edit.pt
:lines: 35-39
- :emphasize-lines: 3-5
+ :emphasize-lines: 2-4
:language: html
The attribute ``tal:condition="logged_in"`` will make the element be included
@@ -355,7 +355,7 @@ we're done:
.. literalinclude:: src/authorization/tutorial/templates/edit.pt
:linenos:
- :emphasize-lines: 37-39
+ :emphasize-lines: 36-38
:language: html
Only the highlighted lines need to be added or edited.
@@ -365,7 +365,7 @@ we're done:
.. literalinclude:: src/authorization/tutorial/templates/view.pt
:linenos:
- :emphasize-lines: 37-39
+ :emphasize-lines: 36-38
:language: html
Only the highlighted lines need to be added or edited.