We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81495f commit 3343c51Copy full SHA for 3343c51
docs/index.rst
@@ -55,7 +55,7 @@ that are required. A minimal integration can work like this:
55
4. Somewhere in your template navigation scheme, link to the change avatar
56
page::
57
58
- <a href="{% url 'avatar_change' %}">Change your avatar</a>
+ <a href="{% url 'avatar:change' %}">Change your avatar</a>
59
60
5. Wherever you want to display an avatar for a user, first load the avatar
61
template tags::
0 commit comments