mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-01 03:15:23 +00:00
6 lines
138 B
Python
6 lines
138 B
Python
from django.shortcuts import render_to_response
|
|
|
|
|
|
def perm_user_list(request):
|
|
return render_to_response('jperm/perm_user_list.html')
|