Skip to content

Fix error in context: it must be a dict

Without this patch I get an error about the context not being a dict, apparently this was deprecated in django 1.10 and is an error in django 1.11. I did not yet checked if the same problem is present in other parts of the code.

Merge request reports