diff options
| author | Tim Graham <timograham@gmail.com> | 2013-07-28 14:09:29 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-28 14:10:25 -0400 |
| commit | f17c2026cffc5dc3e4a46a1f720e8bdba2bef737 (patch) | |
| tree | 2d6967bfeee9ec8ec9afc5d931ce36e341654f68 | |
| parent | 88ddb93a8a0ca16ef5ecd1f23a36b5c10486971a (diff) | |
[1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txt
Backport of 0b35a2cce3 from master
| -rw-r--r-- | docs/topics/class-based-views/mixins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/class-based-views/mixins.txt b/docs/topics/class-based-views/mixins.txt index 972cdd8f36..fcde53147b 100644 --- a/docs/topics/class-based-views/mixins.txt +++ b/docs/topics/class-based-views/mixins.txt @@ -344,7 +344,7 @@ The ``paginate_by`` is deliberately small in the example so you don't have to create lots of books to see the pagination working! Here's the template you'd want to use: -.. code-block: html+django +.. code-block:: html+django {% extends "base.html" %} |
