app/soc/views/site/settings.py
changeset 499 d22e4fe8e64b
parent 482 839740b061ad
child 500 44ea4620c5c0
--- a/app/soc/views/site/settings.py	Mon Nov 17 10:34:21 2008 +0000
+++ b/app/soc/views/site/settings.py	Mon Nov 17 10:36:35 2008 +0000
@@ -60,7 +60,7 @@
     path: path that is used to uniquely identify settings
     logic: settings logic object
     settings_form_class: class which should be used as Site Settings Form
-    template: the template path to use for rendering the template.
+    template: the template path to use for rendering the template
 
   Returns:
     A subclass of django.http.HttpResponse with generated template.