diff options
| author | Patricio Paez <pp@pp.com.mx> | 2012-04-08 09:50:19 -0500 |
|---|---|---|
| committer | Patricio Paez <pp@pp.com.mx> | 2012-04-08 09:50:19 -0500 |
| commit | 6d46a771ab8af1cd0dd61de0a99f898698c4a961 (patch) | |
| tree | 82299bed8dd3a404474ef8d07aaaf670e05870b4 /docs/tutorials/wiki2/authorization.rst | |
| parent | fad5003b4f0cba6217c23e2f3aa40bf7cb4f8200 (diff) | |
| download | pyramid-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.rst | 2 |
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 |
