mirror of https://github.com/jumpserver/jumpserver
修改添加用户
parent
c8828f40ba
commit
64c155bede
|
@ -1,8 +1,9 @@
|
|||
from django.shortcuts import render
|
||||
# coding: utf-8
|
||||
|
||||
from django.shortcuts import render_to_response
|
||||
|
||||
|
||||
def user_add(request):
|
||||
return render_to_response('user_add.html', {'path1': 'juser', 'path2': 'user_add'})
|
||||
return render_to_response('user_add.html', {'header_title': u'添加用户 | Add User', 'path1': 'juser', 'path2': 'user_add'})
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div class="col-lg-12">
|
||||
<div class="ibox float-e-margins">
|
||||
<div class="ibox-title">
|
||||
<h5>添加用户 <small> User add in jumpserver.</small></h5>
|
||||
<h5>填写基本信息 <small> Add user info.</small></h5>
|
||||
<div class="ibox-tools">
|
||||
<a class="collapse-link">
|
||||
<i class="fa fa-chevron-up"></i>
|
||||
|
|
Loading…
Reference in New Issue