Commit f57e25ec by Dányi Bence

one: quote style fixed

parent d53b7730
......@@ -70,7 +70,7 @@ def _list_instances(request):
@login_required
def home(request):
return render_to_response("home.html", RequestContext(request,{
"templates": Template.objects.all(),
'templates': Template.objects.all(),
'instances': _list_instances(request),
}))
......
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 sign in to comment