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

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcclell committed Dec 21, 2013
1 parent 805efaf commit 9b7e0d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ the pagination tags:

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

```
TEMPLATE_CONTEXT_PROCESSORS = (
**"django.core.context_processors.request",**
"django.core.context_processors.request",
)
```

# bootstrap_paginate

Expand Down

0 comments on commit 9b7e0d2

Please sign in to comment.