Commit 64c155be authored by ibuler's avatar ibuler

修改添加用户

parent c8828f40
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>
......
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