修改添加用户

pull/6/head
ibuler 2015-01-05 23:55:05 +08:00
parent c8828f40ba
commit 64c155bede
2 changed files with 4 additions and 3 deletions

View File

@ -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'})

View File

@ -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>