From 23ff54e356f29dbd0d55882ab17491c5776bf1b6 Mon Sep 17 00:00:00 2001 From: Simon Meers Date: Fri, 15 Mar 2013 21:49:04 +1100 Subject: [PATCH] Update usage {% url %} syntax --- docs/usage.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.txt b/docs/usage.txt index 73785c6..327e8ba 100644 --- a/docs/usage.txt +++ b/docs/usage.txt @@ -28,7 +28,7 @@ that are required. A minimal integration can work like this: 3. Somewhere in your template navigation scheme, link to the change avatar page:: - Change your avatar + Change your avatar 4. Wherever you want to display an avatar for a user, first load the avatar template tags:: @@ -135,4 +135,4 @@ Management Commands This application does include one management command: ``rebuild_avatars``. It takes no arguments and, when run, re-renders all of the thumbnails for all of the avatars for the pixel sizes specified in the ``AUTO_GENERATE_AVATAR_SIZES`` -setting. \ No newline at end of file +setting.