Skip to content

Commit

Permalink
Update index.rst - Fix Error: Reverse for 'avatar_change' not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy authored Aug 14, 2024
1 parent d81495f commit 3343c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 3343c51

Please sign in to comment.