diff --git a/app/templates/users/user_profile_page.html b/app/templates/users/user_profile_page.html index a24587c4..f0f7ab09 100644 --- a/app/templates/users/user_profile_page.html +++ b/app/templates/users/user_profile_page.html @@ -19,77 +19,77 @@
Rank: | -- {{ user.rank.getTitle() }} - | -||||||||||
Accounts: | -
- {% if user.forums_username %}
-
- Minetest Forum
-
- {% elif user == current_user %}
- No forum account
- {% endif %}
+
+
+ {% if user.email %}
+
+ {% endif %}
+
+ {% if user.email %}
+
+ {% endif %}
+
+
+
-
-
-
-
-
-
-
-
- Profile Picture
-
-
-
+ ContentDB uses Gravatar for profile pictures - {% if user == current_user %} - {% if user.email %} - - Gravatar - - {% else %} -- Please add an email to your profile. - - {% endif %} - {% endif %} - |
List of your forum topics which do not have a matching package. - Topics with a strikethrough have beened marked as discarded. + Topics with a strikethrough have been marked as discarded.
{% from "macros/topics.html" import render_topics_table %}