Commit ac924988 authored by guanghongwei's avatar guanghongwei

修改 权限修改为 submit

parent a94c050f
......@@ -460,7 +460,7 @@ def group_edit(request):
def user_add(request):
error = ''
msg = ''
header_title, path1, path2 = '添加用户 | User Add', '用户管理', '添加用户'
header_title, path1, path2 = '添加用户', '用户管理', '添加用户'
user_role = {'SU': u'超级管理员', 'DA': u'部门管理员', 'CU': u'普通用户'}
dept_all = DEPT.objects.all()
group_all = UserGroup.objects.all()
......
......@@ -39,7 +39,7 @@
<div class="input-group">
<input type="text" class="form-control input-sm" id="search_input" name="search" placeholder="Search">
<div class="input-group-btn">
<button id='search_btn' type="button" class="btn btn-sm btn-primary">
<button id='search_btn' type="submit" class="btn btn-sm btn-primary">
Search
</button>
</div>
......
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