Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
profilesでテスト落ちてたの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Oct 5, 2014
1 parent f7c6e53 commit 2a68f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kawaz/templates/profiles/profile_detail.html
Expand Up @@ -117,7 +117,7 @@ <h2 class="panel-title">{% trans "Accounts" %}</h2>
<div class="list-group">
{% for account in object.accounts.all %}
<a class="list-group-item" href="{{ account.url }}">
<img src="{{ account.service.icon.url }}" alt="{{ account.service.label }}">
<img src="{{ MEDIA_URL }}{{ account.service.icon }}" alt="{{ account.service.label }}">
<span class="list-group-item-text link">{{ account.username }}</span>
</a>
{% empty %}
Expand Down

0 comments on commit 2a68f89

Please sign in to comment.