Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
bcefe9e0
Commit
bcefe9e0
authored
Jul 07, 2014
by
LE GAC Renaud
Browse files
Bug fixed.
parent
b623a262
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
languages/fr-fr.py
languages/fr-fr.py
+1
-0
models/db_people_categories.py
models/db_people_categories.py
+1
-1
No files found.
languages/fr-fr.py
View file @
bcefe9e0
...
...
@@ -291,6 +291,7 @@
'User %(id)s Registered'
:
'User %(id)s Registered'
,
'User ID'
:
'User ID'
,
'Usual'
:
'Habituel'
,
'Value already in database or empty'
:
'Value already in database or empty'
,
'value already in database or empty'
:
'value already in database or empty'
,
'Verify Password'
:
'Verify Password'
,
'versions'
:
'versions'
,
...
...
models/db_people_categories.py
View file @
bcefe9e0
...
...
@@ -19,4 +19,4 @@ rows = db().select(db.people_categories.category,
orderby
=
db
.
people_categories
.
category
,
distinct
=
True
)
PEOPLE_CATEGORIES
=
(
el
.
category
for
el
in
rows
)
\ No newline at end of file
PEOPLE_CATEGORIES
=
[
el
.
category
for
el
in
rows
]
\ No newline at end of file
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