Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
ceca3be4
Commit
ceca3be4
authored
Dec 27, 2014
by
Serge S. Koval
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:mrjoes/flask-admin
parents
98797d9b
5bc16ccd
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
525 additions
and
1 deletion
+525
-1
fileadmin.py
flask_admin/contrib/fileadmin.py
+1
-1
admin.mo
flask_admin/translations/ca_ES/LC_MESSAGES/admin.mo
+0
-0
admin.po
flask_admin/translations/ca_ES/LC_MESSAGES/admin.po
+524
-0
No files found.
flask_admin/contrib/fileadmin.py
View file @
ceca3be4
...
@@ -455,7 +455,7 @@ class FileAdmin(BaseView, ActionsMixin):
...
@@ -455,7 +455,7 @@ class FileAdmin(BaseView, ActionsMixin):
if
parent_path
==
'.'
:
if
parent_path
==
'.'
:
parent_path
=
None
parent_path
=
None
items
.
append
((
'..'
,
parent_path
,
True
,
0
))
items
.
append
((
'..'
,
parent_path
,
True
,
0
,
0
))
for
f
in
os
.
listdir
(
directory
):
for
f
in
os
.
listdir
(
directory
):
fp
=
op
.
join
(
directory
,
f
)
fp
=
op
.
join
(
directory
,
f
)
...
...
flask_admin/translations/ca_ES/LC_MESSAGES/admin.mo
0 → 100644
View file @
ceca3be4
File added
flask_admin/translations/ca_ES/LC_MESSAGES/admin.po
0 → 100644
View file @
ceca3be4
This diff is collapsed.
Click to expand it.
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