alter asset add and detail

pull/530/head
wangyong 2016-09-17 14:52:14 +08:00
parent b95c1deee1
commit 343f139904
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ class AssetCreateView(AdminUserRequiredMixin, CreateView):
context = super(AssetCreateView, self).get_context_data(**kwargs)
context.update({'admin_users': AdminUser.objects.all()})
assert isinstance(context, object)
print(context)
return context