Browse Source

修改bug

pull/2/head
guanghongwei 10 years ago
parent
commit
94830a79a3
  1. 2
      webroot/AutoSa/AutoSa/views.py

2
webroot/AutoSa/AutoSa/views.py

@ -552,7 +552,7 @@ def showGroup(request):
else:
error = '请选择删除的组'
return render_to_response('showGroup.html', {'error': error, 'msg': msg},
return render_to_response('showGroup.html', {'error': error, 'msg': msg, 'groups': groups},
context_instance=RequestContext(request))

Loading…
Cancel
Save