Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2078 from gittip/fix-elsewhere-refactor-bugs
Browse files Browse the repository at this point in the history
fix elsewhere refactor bugs
  • Loading branch information
chadwhitacre committed Feb 26, 2014
2 parents 19be7ff + 2dec758 commit 1f6a0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/%username/history/index.html.spt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ from decimal import Decimal

from aspen import Response, log
from aspen.utils import to_age
from gittip.utils import get_participant
from gittip.utils import get_participant, get_avatar_url

db = website.db

Expand Down
2 changes: 1 addition & 1 deletion www/%username/widgets/index.html.spt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from aspen import Response
from gittip.utils import get_participant
from gittip.utils import get_participant, get_avatar_url
[-----------------------------------------------------------------------------]

participant = get_participant(request, restrict=True)
Expand Down

0 comments on commit 1f6a0ff

Please sign in to comment.