mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-30 16:08:14 +00:00
Added request context to the add service view
This commit is contained in:
@@ -88,7 +88,7 @@ def service_add(request):
|
|||||||
else:
|
else:
|
||||||
form = clsform() # An unbound form
|
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
|
@login_required
|
||||||
|
|||||||
Reference in New Issue
Block a user