diff --git a/avatar/templates/avatar/confirm_delete.html b/avatar/templates/avatar/confirm_delete.html index f81c815..aad11a9 100644 --- a/avatar/templates/avatar/confirm_delete.html +++ b/avatar/templates/avatar/confirm_delete.html @@ -2,11 +2,11 @@ {% load i18n %} {% block content %} -
{% trans "Please select the avatars that you would like to delete." %}
{% if not avatars %} {% url 'avatar_change' as avatar_change_url %}{% blocktrans %}You have no avatars to delete. Please upload one now.{% endblocktrans %}
{% else %} +{% trans "Please select the avatars that you would like to delete." %}