Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
b913bce3
Commit
b913bce3
authored
Apr 07, 2017
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bugfix] 修改翻译bug
parent
c11374ae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
3 deletions
+1
-3
settings.py
apps/jumpserver/settings.py
+0
-2
django.mo
apps/locale/zh/LC_MESSAGES/django.mo
+0
-0
django.po
apps/locale/zh/LC_MESSAGES/django.po
+0
-0
_header_bar.html
apps/templates/_header_bar.html
+1
-1
No files found.
apps/jumpserver/settings.py
View file @
b913bce3
...
...
@@ -112,8 +112,6 @@ SESSION_COOKIE_DOMAIN = CONFIG.SESSION_COOKIE_DOMAIN or None
CSRF_COOKIE_DOMAIN
=
CONFIG
.
CSRF_COOKIE_DOMAIN
or
None
SESSION_COOKIE_AGE
=
CONFIG
.
SESSION_COOKIE_AGE
or
3600
*
24
print
(
SESSION_COOKIE_DOMAIN
,
CSRF_COOKIE_DOMAIN
)
MESSAGE_STORAGE
=
'django.contrib.messages.storage.cookie.CookieStorage'
# Database
...
...
apps/locale/zh/LC_MESSAGES/django.mo
View file @
b913bce3
No preview for this file type
apps/locale/zh/LC_MESSAGES/django.po
View file @
b913bce3
This diff is collapsed.
Click to expand it.
apps/templates/_header_bar.html
View file @
b913bce3
...
...
@@ -38,7 +38,7 @@
<h2></h2>
<ol
class=
"breadcrumb"
>
<li>
<a
href=
""
>
{% trans '
Home
' %}
</a>
<a
href=
""
>
{% trans '
Dashboard
' %}
</a>
</li>
<li>
{% if app %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment