diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-25 23:02:49 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-25 23:02:49 +0000 |
| commit | 66ee706a6c99ce46e53e0c7069c90f09ae407d5c (patch) | |
| tree | 9383e8305306cba2adf49e14b060b7b56f5ff05c /app/templates/threads | |
| parent | d44178cb0c6fc45d9decff7e766593f4ab2b3747 (diff) | |
| download | cheatdb-66ee706a6c99ce46e53e0c7069c90f09ae407d5c.tar.xz | |
Fix profile picture bugs
Diffstat (limited to 'app/templates/threads')
| -rw-r--r-- | app/templates/threads/new.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/threads/new.html b/app/templates/threads/new.html index e460618..fec4468 100644 --- a/app/templates/threads/new.html +++ b/app/templates/threads/new.html @@ -13,7 +13,7 @@ <div class="row mt-0 mb-4 comments mx-0"> <div class="col-md-1 p-1"> - <img class="img-responsive user-photo img-thumbnail img-thumbnail-1" src="{{ (current_user.email or '') | gravatar }}"> + <img class="img-responsive user-photo img-thumbnail img-thumbnail-1" src="{{ current_user.getProfilePicURL() }}"> </div> <div class="col"> <div class="card"> |
