From ba6b7d6dcfc596a7619bd26a3a22a96e386c23af Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 3 Mar 2024 22:50:34 +0000 Subject: [PATCH] Add message to clarify profile picture requirements --- app/templates/users/profile_edit.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/templates/users/profile_edit.html b/app/templates/users/profile_edit.html index 63c1d6ab..51ce27f5 100644 --- a/app/templates/users/profile_edit.html +++ b/app/templates/users/profile_edit.html @@ -24,7 +24,7 @@ {% if user.forums_username %}
- +
{% endif %} {% if user.profile_pic %} @@ -42,6 +42,11 @@ {% endif %} +{% if user.forums_username %} +

+ {{ _("Profile pictures should be square, at least 64x64px, and one of the following formats: jpeg, png, or webp.") }} +

+{% endif %}

{{ _("Profile Information") }}