From c569afb5da7b8adb1e9c7229a594bdc4a6f0b4c4 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 21 Jan 2015 22:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jumpserver/templatetags/mytags.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jumpserver/templatetags/mytags.py b/jumpserver/templatetags/mytags.py index 0ac92cc85..ceb215464 100644 --- a/jumpserver/templatetags/mytags.py +++ b/jumpserver/templatetags/mytags.py @@ -1,3 +1,5 @@ +# coding: utf-8 + import time from django import template from juser.models import User