mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +01:00
Add message to clarify profile picture requirements
This commit is contained in:
parent
f9c75c2749
commit
ba6b7d6dcf
@ -24,7 +24,7 @@
|
||||
{% if user.forums_username %}
|
||||
<form method="post" action="{{ url_for('users.user_check_forums', username=user.username) }}" class="" style="display:inline-block;">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<input type="submit" class="btn btn-primary" value="{{ _('Sync with Forums') }}" />
|
||||
<input type="submit" class="btn btn-primary" value="{{ _('Import from forums') }}" />
|
||||
</form>
|
||||
{% endif %}
|
||||
{% if user.profile_pic %}
|
||||
@ -42,6 +42,11 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% if user.forums_username %}
|
||||
<p class="text-muted mt-3">
|
||||
{{ _("Profile pictures should be square, at least 64x64px, and one of the following formats: jpeg, png, or webp.") }}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
<h3>{{ _("Profile Information") }}</h3>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user