Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozillazg/django-endless-pagination-bootstrap-theme
An bootstrap theme for django-endless-pagination.
https://github.com/mozillazg/django-endless-pagination-bootstrap-theme
Last synced: 22 days ago
JSON representation
An bootstrap theme for django-endless-pagination.
- Host: GitHub
- URL: https://github.com/mozillazg/django-endless-pagination-bootstrap-theme
- Owner: mozillazg
- License: mit
- Created: 2013-07-21T01:32:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T05:42:09.000Z (about 11 years ago)
- Last Synced: 2024-10-03T15:42:52.012Z (3 months ago)
- Size: 125 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
django-endless-pagination-bootstrap-theme
=========================================An bootstrap2 theme for [django-endless-pagination](https://github.com/frankban/django-endless-pagination).
![screenshot.png](https://github.com/mozillazg/django-endless-pagination-bootstrap-theme/raw/master/screenshot.png)
Put **endless** into templates directory, then:
Change
```
{% show_pages %}
```
to
```
{% show_pages %}
```
Change
```
{{ pages }}
```
to
```
{{ pages }}
```