Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
368a594c
Commit
368a594c
authored
Jan 16, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default to grey cartoon instead of gravatar logo
parent
64586d30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
weblate/trans/util.py
weblate/trans/util.py
+7
-1
No files found.
weblate/trans/util.py
View file @
368a594c
...
@@ -35,7 +35,13 @@ GRAVATAR_URL_PREFIX = getattr(
...
@@ -35,7 +35,13 @@ GRAVATAR_URL_PREFIX = getattr(
'GRAVATAR_URL_PREFIX'
,
'GRAVATAR_URL_PREFIX'
,
'https://secure.gravatar.com/'
'https://secure.gravatar.com/'
)
)
GRAVATAR_DEFAULT_IMAGE
=
getattr
(
settings
,
"GRAVATAR_DEFAULT_IMAGE"
,
""
)
# See http://cs.gravatar.com/site/implement/images/
# for available choices
GRAVATAR_DEFAULT_IMAGE
=
getattr
(
settings
,
'GRAVATAR_DEFAULT_IMAGE'
,
'mm'
)
PLURAL_SEPARATOR
=
'
\
x00
\
x00
'
PLURAL_SEPARATOR
=
'
\
x00
\
x00
'
...
...
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