app/soc/views/home.py
changeset 499 d22e4fe8e64b
parent 482 839740b061ad
child 500 44ea4620c5c0
equal deleted inserted replaced
498:1cd81063a4c6 499:d22e4fe8e64b
    48     request: the standard django request object.
    48     request: the standard django request object.
    49     page: a soc.logic.site.page.Page object which is abstraction that
    49     page: a soc.logic.site.page.Page object which is abstraction that
    50       combines a Django view with sidebar menu info
    50       combines a Django view with sidebar menu info
    51     path: path (entire "scoped" portion combined with the link_name)
    51     path: path (entire "scoped" portion combined with the link_name)
    52       used to retrieve the Group's "home" settings
    52       used to retrieve the Group's "home" settings
    53     template: the template path to use for rendering the template.
    53     template: the template path to use for rendering the template
    54 
    54 
    55   Returns:
    55   Returns:
    56     A subclass of django.http.HttpResponse with generated template.
    56     A subclass of django.http.HttpResponse with generated template.
    57   """
    57   """
    58   # create default template context for use with any templates
    58   # create default template context for use with any templates