mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Update index.rst - Fix Error: Reverse for 'avatar_change' not found.
This commit is contained in:
parent
d81495f50c
commit
3343c51e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ that are required. A minimal integration can work like this:
|
|||
4. Somewhere in your template navigation scheme, link to the change avatar
|
||||
page::
|
||||
|
||||
<a href="{% url 'avatar_change' %}">Change your avatar</a>
|
||||
<a href="{% url 'avatar:change' %}">Change your avatar</a>
|
||||
|
||||
5. Wherever you want to display an avatar for a user, first load the avatar
|
||||
template tags::
|
||||
|
|
|
|||
Loading…
Reference in a new issue