From f17c2026cffc5dc3e4a46a1f720e8bdba2bef737 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sun, 28 Jul 2013 14:09:29 -0400 Subject: [PATCH] [1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txt Backport of 0b35a2cce3 from master --- docs/topics/class-based-views/mixins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %}