app/soc/views/settings.py
changeset 499 d22e4fe8e64b
parent 482 839740b061ad
child 500 44ea4620c5c0
equal deleted inserted replaced
498:1cd81063a4c6 499:d22e4fe8e64b
   115     request: the standard django request object.
   115     request: the standard django request object.
   116     page: a soc.logic.site.page.Page object which is abstraction that
   116     page: a soc.logic.site.page.Page object which is abstraction that
   117       combines a Django view with sidebar menu info
   117       combines a Django view with sidebar menu info
   118     path: path that is used to uniquely identify settings
   118     path: path that is used to uniquely identify settings
   119     logic: settings logic object
   119     logic: settings logic object
   120     settings_form_class:
   120     settings_form_class: 
   121     template: the template path to use for rendering the template.
   121     template: the template path to use for rendering the template
   122 
   122 
   123   Returns:
   123   Returns:
   124     A subclass of django.http.HttpResponse with generated template.
   124     A subclass of django.http.HttpResponse with generated template.
   125   """
   125   """
   126 
   126