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

Commit 805efaf

Browse files
committed
Added note about request context processor
1 parent e220605 commit 805efaf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.markdown renamed to README.md

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ the pagination tags:
5252
{% load bootstrap_pagination %}
5353
```
5454

55+
Finally, make sure that you have the request context processor enabled:
56+
57+
TEMPLATE_CONTEXT_PROCESSORS = (
58+
**"django.core.context_processors.request",**
59+
)
60+
5561
# bootstrap_paginate
5662

5763
**All Optional Arguments**

0 commit comments

Comments
 (0)