From e721b2ae64bfef4676a9ad258a8b6b54e763c7e6 Mon Sep 17 00:00:00 2001 From: Kevin Van Wilder Date: Mon, 11 Aug 2014 12:29:23 +0200 Subject: [PATCH] Fixed a incorrect setting variable. The setting variable name did not match the variable name used in the code. --- docs/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.txt b/docs/index.txt index c1dda78..4e33b54 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -94,7 +94,7 @@ Global Settings There are a number of settings available to easily customize the avatars that appear on the site. Listed below are those settings: -AUTO_GENERATE_AVATAR_SIZES +AVATAR_AUTO_GENERATE_SIZES An iterable of integers representing the sizes of avatars to generate on upload. This can save rendering time later on if you pre-generate the resized versions. Defaults to ``(80,)``