This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
default=retro in gravatar
version-14
Anand Doshi
11 years ago
parent
f13cacab32
commit
12ecaac182
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/utils/__init__.py
+ 1
- 1
frappe/utils/__init__.py
View File
@@ -77,7 +77,7 @@ def random_string(length):
def get_gravatar(email):
def get_gravatar(email):
import md5
import md5
return "https://secure.gravatar.com/avatar/
" + md5.md5(email).hexdigest(
)
return "https://secure.gravatar.com/avatar/
{hash}?d=retro".format(hash=md5.md5(email).hexdigest()
)
def get_traceback():
def get_traceback():
"""
"""
Write
Preview
Loading…
Cancel
Save