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:09:29 -0400 |
| commit | 0b35a2cce3d183dac3fed404029a5ed463a45f26 (patch) | |
| tree | 9b60031778d41b75965bd6058a1c6184476c2101 | |
| parent | b70c371fc1f18ea0c43b503122df3f311afc7105 (diff) | |
Fixed ReST typo in topics/class-based-views/mixins.txt
| -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 f6a70e7acc..e85ef5b063 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" %} |
