Skip to content

Commit

Permalink
Switching userpic from jpg to png.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash committed Jun 21, 2010
1 parent 995164d commit c7be43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Expand Up @@ -415,7 +415,7 @@ def JINJA_CONFIG():
'/img/uploads/previews/thumbs/%s/%d.png?modified=%d')
PREVIEW_FULL_URL = (STATIC_URL +
'/img/uploads/previews/full/%s/%d.png?modified=%d')
USER_PIC_URL = STATIC_URL + '/img/uploads/userpics/%s/%s/%s.jpg?modified=%d'
USER_PIC_URL = STATIC_URL + '/img/uploads/userpics/%s/%s/%s.png?modified=%d'
# paths for uploaded extensions
FILES_URL = STATIC_URL + "/%s/%s/downloads/file/%d/%s?src=%s"
COLLECTION_ICON_URL = ('%s/%s/%s/images/collection_icon/%%s/%%s' %
Expand Down

0 comments on commit c7be43f

Please sign in to comment.