app/soc/views/site/settings.py
changeset 411 c8ac5c1161e2
parent 405 f3525c1288ed
child 445 31927f21970d
--- a/app/soc/views/site/settings.py	Thu Oct 23 05:21:41 2008 +0000
+++ b/app/soc/views/site/settings.py	Thu Oct 23 09:08:02 2008 +0000
@@ -65,5 +65,5 @@
     A subclass of django.http.HttpResponse with generated template.
   """
   return settings_views.edit(request, page=page, path=path, logic=logic,
-                             settings_form_class=SiteSettingsForm,
+                             settings_form_class=settings_form_class,
                              template=template)
\ No newline at end of file