alexkreimer / django-pagination

Automatically exported from code.google.com/p/django-pagination
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

TemplateSyntaxError #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add the tag  {% paginate %} after the loop

What is the expected output? What do you see instead?
Expected to output the number of available pages. 
I´ve got an TemplateSyntaxError

What version of the product are you using? On what operating system?
The last one. 
Windows + Python 2.6 + Django 1.1

Please provide any additional information below.

The pagination worked well after put the tag {% paginate %} in the template.

Thanks.

Original issue reported on code.google.com by fchevita...@gmail.com on 19 Jun 2009 at 8:32

Attachments:

GoogleCodeExporter commented 8 years ago
This only happens if you put the {% load pagination_tags %} in a different 
template block 
scope than the {% paginate %} tag, which is inherent to Django, not just to 
django-
pagination.  There's really nothing I can do about this.  Thanks for taking the 
time to file 
a bug report, though!

Original comment by flo...@gmail.com on 21 Jun 2009 at 8:15

GoogleCodeExporter commented 8 years ago
Hello! 
Thanks for your reply! 
I´ve done all that you said! 
I´ll send you my template! Can you help with this ? 
Thanks!

Original comment by fchevita...@gmail.com on 22 Jun 2009 at 12:30

Attachments: