tangentlabs / django-fancypages

A Content Enhancement System for Django
https://django-fancypages.readthedocs.org
BSD 3-Clause "New" or "Revised" License
34 stars 11 forks source link

Fix context names for pages in dashboard views/templates #17

Closed roadsideseb closed 10 years ago

roadsideseb commented 10 years ago

Fixes the issue pointed out by @rosner in #16 not setting context_object_name consistently. I've renamed the context variable to fancypage to avoid clashes in the context with other page objects. This should only be an issue with list views using Django's pagination object but for consistency I'd suggest using fancypage across the board.