Fix url in cofirm_delete (#254)

Fix #251
This commit is contained in:
satya-waylit 2026-01-07 14:48:55 -06:00 committed by GitHub
parent 4955d2d959
commit d1801edc64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
{% block content %}
{% if not avatars %}
{% url 'avatar_change' as avatar_change_url %}
{% url 'avatar:change' as avatar_change_url %}
<p>{% blocktrans %}You have no avatars to delete. Please <a href="{{ avatar_change_url }}">upload one</a> now.{% endblocktrans %}</p>
{% else %}
<p>{% trans "Please select the avatars that you would like to delete." %}</p>