From 21960f24047bdf64eff99ec955ff2229c49eff50 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 25 Dec 2018 19:28:32 +0000 Subject: Add support for using forum profile pictures --- app/templates/users/user_profile_page.html | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'app/templates') diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html index 46881fd..26988ba 100644 --- a/app/templates/users/user_profile_page.html +++ b/app/templates/users/user_profile_page.html @@ -21,11 +21,13 @@

{{ user.display_name }}

@@ -67,14 +69,23 @@ Profile Picture: + {% if user.forums_username %} +
+ + +
+ {% endif %} {% if user.email %} Gravatar {% else %} -

- Please add an email to your profile. -

+ + Gravatar + {% endif %} -- cgit v1.2.3