thauber / django-schedule

A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.
842 stars 283 forks source link

views should accept extra_context parameter, like generic views #36

Closed ccg closed 13 years ago

ccg commented 14 years ago

If, like django's generic views, the schedule views accepted an extra_context dictionary and added its contents to the template's context, it would be easier to reuse the views.

bartekgorny commented 13 years ago

done in https://github.com/bartekgorny/django-schedule