opal icon indicating copy to clipboard operation
opal copied to clipboard

template tags should take context

Open fredkingham opened this issue 7 years ago • 0 comments

It would be nice if we could use variables such as 'user' in the form template tags for input, radio, checkbox etc (opal/templatetags/forms).

It would be great if they could therefore use take_context=True.

Stretch goal is to wrap them all in a template tag so they all use take_context=True and all run extract_common_args by default.

fredkingham avatar Jun 12 '17 10:06 fredkingham