Commit 5957286d authored by ibuler's avatar ibuler

查看授权用户

parent f73f3491
from django.shortcuts import render_to_response
from juser.models import User
def perm_user_list(request):
return render_to_response('jperm/perm_user_list.html')
header_title, path1, path2 = u'查看授权用户 | Perm User Detail.', u'授权管理', u'用户详情'
users = User.objects.all()
return render_to_response('jperm/perm_user_list.html', locals(),)
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