summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authorization.rst
diff options
context:
space:
mode:
authorPatricio Paez <pp@pp.com.mx>2012-04-08 09:50:19 -0500
committerPatricio Paez <pp@pp.com.mx>2012-04-08 09:50:19 -0500
commit6d46a771ab8af1cd0dd61de0a99f898698c4a961 (patch)
tree82299bed8dd3a404474ef8d07aaaf670e05870b4 /docs/tutorials/wiki2/authorization.rst
parentfad5003b4f0cba6217c23e2f3aa40bf7cb4f8200 (diff)
downloadpyramid-6d46a771ab8af1cd0dd61de0a99f898698c4a961.tar.gz
pyramid-6d46a771ab8af1cd0dd61de0a99f898698c4a961.tar.bz2
pyramid-6d46a771ab8af1cd0dd61de0a99f898698c4a961.zip
Final details
- Normalize the Seeing our changes section - Changed import to recommended style
Diffstat (limited to 'docs/tutorials/wiki2/authorization.rst')
-rw-r--r--docs/tutorials/wiki2/authorization.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/authorization.rst b/docs/tutorials/wiki2/authorization.rst
index 0294f8690..2ef55d15b 100644
--- a/docs/tutorials/wiki2/authorization.rst
+++ b/docs/tutorials/wiki2/authorization.rst
@@ -362,6 +362,7 @@ Our ``tutorial/tutorial/templates/edit.pt`` template will look
something like this when we're done:
.. literalinclude:: src/authorization/tutorial/templates/edit.pt
+ :linenos:
:emphasize-lines: 41-43
:language: xml
@@ -371,6 +372,7 @@ Our ``tutorial/tutorial/templates/view.pt`` template will look
something like this when we're done:
.. literalinclude:: src/authorization/tutorial/templates/view.pt
+ :linenos:
:emphasize-lines: 41-43
:language: xml