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:11 -0400 |
| commit | 192154fb17f257e74e45a28be4babc15c217ea06 (patch) | |
| tree | d3e0de083a9a44e8fbfe12faaa9cbc3c758f2ce3 | |
| parent | 081a27c3585a109b0e8b62e43f57273c69890bd3 (diff) | |
[1.6.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 df1a5505a5..96b5e9f498 100644 --- a/docs/topics/class-based-views/mixins.txt +++ b/docs/topics/class-based-views/mixins.txt @@ -345,7 +345,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" %} |
