diff options
Diffstat (limited to 'src/main/resources/templates/views/pm_sent.html')
-rw-r--r-- | src/main/resources/templates/views/pm_sent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/pm_sent.html b/src/main/resources/templates/views/pm_sent.html index dcda64d8..ace25301 100644 --- a/src/main/resources/templates/views/pm_sent.html +++ b/src/main/resources/templates/views/pm_sent.html @@ -16,7 +16,7 @@ @<a href="/{{ msg.user.name }}/">{{ msg.user.name }}</a>: <div class="msg-avatar"> <a href="/{{ msg.user.name }}/"> - <img src="//i.juick.com/a/{{ msg.user.uid }}.png" alt="{{ msg.user.name }}"/> + <img src="{{ msg.user.avatar }}" alt="{{ msg.user.name }}"/> </a> </div> <div class="msg-ts">{{ msg.timestamp | prettyTime }}</div> |