opal
opal copied to clipboard
template tags should take context
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.