Hi all,

I've implemented a simple calendar inclusion tag based on the django-
calendar code at djangosnippets.com (http://www.djangosnippets.org/
snippets/129/). I've got it displaying in a sidebar, but I'm
struggling with adding paging to it. I would like to add a link like
"next month >>" at the bottom that would reload the page (or ideally
ajax reload the container) with the next month's events.

How can I pass variables to the inclusion tag and reload the same page
but change the inclusion tag data? Do I have to use the context? I
can't seem to find any good tutorials on this, just vague
explainations.

Thanks in advance,
Sam

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to