mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-18 04:09:29 +00:00
Added acc to the update view
This commit is contained in:
@@ -83,6 +83,7 @@ def eveapi_update(request, userid, post_save_redirect='/', template='eve_api/upd
|
||||
form = EveAPIForm(instance=acc) # An unbound form
|
||||
|
||||
context = {
|
||||
'acc': acc,
|
||||
'form': form,
|
||||
}
|
||||
return render_to_response(template, context, context_instance=RequestContext(request))
|
||||
|
||||
Reference in New Issue
Block a user