equal
deleted
inserted
replaced
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 |