Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit 9b7e0d2

Browse files
committed
Formatting
1 parent 805efaf commit 9b7e0d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ the pagination tags:
5454

5555
Finally, make sure that you have the request context processor enabled:
5656

57+
```
5758
TEMPLATE_CONTEXT_PROCESSORS = (
58-
**"django.core.context_processors.request",**
59+
"django.core.context_processors.request",
5960
)
61+
```
6062

6163
# bootstrap_paginate
6264

0 commit comments

Comments
 (0)