Added request context to the add service view

This commit is contained in:
2011-06-30 11:23:12 +01:00
parent a7cc6b1df0
commit c1de4ae7ca

View File

@@ -88,7 +88,7 @@ def service_add(request):
else:
form = clsform() # An unbound form
return render_to_response('sso/serviceaccount/index.html', locals())
return render_to_response('sso/serviceaccount/index.html', locals(), context_instance=RequestContext(request))
@login_required