From c8828f40bab012353ba6274f1813633e2726f19a Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 5 Jan 2015 23:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BF=AE=E6=94=B9Path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- juser/views.py | 2 +- templates/nav_cat_bar.html | 8 ++++---- templates/user_add.html | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/juser/views.py b/juser/views.py index a27f1668b..364115048 100644 --- a/juser/views.py +++ b/juser/views.py @@ -3,6 +3,6 @@ from django.shortcuts import render_to_response def user_add(request): - return render_to_response('user_add.html') + return render_to_response('user_add.html', {'path1': 'juser', 'path2': 'user_add'}) diff --git a/templates/nav_cat_bar.html b/templates/nav_cat_bar.html index 95ab2d676..b665de85f 100644 --- a/templates/nav_cat_bar.html +++ b/templates/nav_cat_bar.html @@ -1,15 +1,15 @@
-

Basic Form

+

{{ header_title }}

diff --git a/templates/user_add.html b/templates/user_add.html index 2673e11db..f7218eabc 100644 --- a/templates/user_add.html +++ b/templates/user_add.html @@ -7,7 +7,7 @@
-
All form elements With custom checbox and radion elements.
+
添加用户 User add in jumpserver.