Commit 343f1399 authored by wangyong's avatar wangyong

alter asset add and detail

parent b95c1dee
......@@ -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
......
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 to comment