diff --git a/app/templates/edit_profile.html b/app/templates/edit_profile.html index 90f9c18..d374d86 100644 --- a/app/templates/edit_profile.html +++ b/app/templates/edit_profile.html @@ -8,5 +8,11 @@ {{ wtf.quick_form(form) }} -

{{ _('Change Gravatar') }}

+
+
+

{{ _('Change Avatar') }}

+

{{ _('Use Gravatar to manage your profile image that appears on this site and other sites that support Gravatar.') }}

+

{{ _('Manage Your Gravatar') }}

+
+
{% endblock %}