mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-09 16:14:45 +00:00
Fix Error: Reverse for 'avatar_change' not found.
Code is changed, but the doc is not changed, so people do not know how to modiy when have the problem.
This commit is contained in:
parent
8fa396f5b0
commit
63d79707df
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,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