Posted on Mar 16, 2008 by
Massive Wombat
It seems useful to have the contact_form view accept an extra_context parameter to pass arbitrary context to the form template. The attached patch accomplishes this using a code snippet copied from Django's generic views (which also performs evaluation of callables passed in extra_context).
- extra_context.diff 1.22KB
Comment #1
Posted on Jun 27, 2008 by Happy Hippo(No comment was entered for this change.)
Status: Accepted
Labels:
Type-Enhancement
Priority-Medium