Skip to content

Commit 3343c51

Browse files
authored
Update index.rst - Fix Error: Reverse for 'avatar_change' not found.
1 parent d81495f commit 3343c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ that are required. A minimal integration can work like this:
5555
4. Somewhere in your template navigation scheme, link to the change avatar
5656
page::
5757

58-
<a href="{% url 'avatar_change' %}">Change your avatar</a>
58+
<a href="{% url 'avatar:change' %}">Change your avatar</a>
5959

6060
5. Wherever you want to display an avatar for a user, first load the avatar
6161
template tags::

0 commit comments

Comments
 (0)