diff --git a/avatar/templates/avatar/add.html b/avatar/templates/avatar/add.html index af991f9..f84f12d 100644 --- a/avatar/templates/avatar/add.html +++ b/avatar/templates/avatar/add.html @@ -5,7 +5,7 @@

Your current avatar:

{% avatar user %} {% if not avatars %} -

You do not yet have an avatar. Please upload one now.

+

You haven't uploaded an avatar yet. Please upload one now.

{% endif %}
{{ upload_avatar_form.as_p }} diff --git a/avatar/templates/avatar/change.html b/avatar/templates/avatar/change.html index 6b9af2d..dc66b4d 100644 --- a/avatar/templates/avatar/change.html +++ b/avatar/templates/avatar/change.html @@ -5,7 +5,7 @@

Your current avatar:

{% avatar user %} {% if not avatars %} -

You do not yet have an avatar. Please upload one now.

+

You haven't uploaded an avatar yet. Please upload one now.

{% else %}