From e73153cbb6f09a0f0cf74233bcc01e601fdd8b6e Mon Sep 17 00:00:00 2001 From: Robert Barsch Date: Fri, 3 Aug 2012 12:53:57 +0300 Subject: [PATCH] Update README.rst another typo - hope this is only an error in the docs! --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 68162510..50174712 100644 --- a/README.rst +++ b/README.rst @@ -136,7 +136,7 @@ module. * ``FORMS_BUILDER_USE_SITES`` - Boolean controlling whether forms are associated to Django's Sites framework. Defaults to ``"django.contrib.sites" in settings.INSTALLED_APPS`` -* ``FORMS_BUILDER_EDTIABLE_SLUGS`` - Boolean controlling whether form +* ``FORMS_BUILDER_EDITABLE_SLUGS`` - Boolean controlling whether form slugs are editable in the admin. Defaults to ``False`` * ``FORMS_BUILDER_CHOICES_QUOTE`` - Char to start a quoted choice with. Defaults to the backtick char: `