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

fix elsewhere refactor bugs #2078

Merged
merged 1 commit into from
Feb 26, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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