Commit baa2c202 authored by Michal Čihař's avatar Michal Čihař

Always pass context to render()

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 432d7258
......@@ -810,4 +810,5 @@ def save_zen(request, project, subproject, lang):
return render(
request,
'zen-response.html',
{},
)
......@@ -35,6 +35,7 @@ def widgets_root(request):
return render(
request,
'widgets-root.html',
{},
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment