Update edit_profile.html

This commit is contained in:
NoahLink 2023-03-15 20:32:32 +00:00 committed by GitHub
parent 85ef9b2325
commit f942b7865f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -8,5 +8,11 @@
{{ wtf.quick_form(form) }}
</div>
</div>
<p><a href="https://en.gravatar.com/emails/">{{ _('Change Gravatar') }}</a></p>
<div class="row">
<div class="col-md-12">
<h2>{{ _('Change Avatar') }}</h2>
<p>{{ _('Use Gravatar to manage your profile image that appears on this site and other sites that support Gravatar.') }}</p>
<p><a href="https://en.gravatar.com/emails/" target="_blank">{{ _('Manage Your Gravatar') }}</a></p>
</div>
</div>
{% endblock %}