app/soc/views/sponsor/profile.py
changeset 500 44ea4620c5c0
parent 499 d22e4fe8e64b
child 512 aae25d2b4464
equal deleted inserted replaced
499:d22e4fe8e64b 500:44ea4620c5c0
    40            template=DEF_SPONSOR_PUBLIC_TMPL):
    40            template=DEF_SPONSOR_PUBLIC_TMPL):
    41   """How the "general public" sees the Sponsor profile.
    41   """How the "general public" sees the Sponsor profile.
    42 
    42 
    43   Args:
    43   Args:
    44     request: the standard django request object.
    44     request: the standard django request object.
    45     page: a soc.logic.site.page.Page object which is abstraction that combines 
    45     page_name: the page name displayed in templates as page and header title
    46       a Django view with sidebar menu info
       
    47     link_name: the Sponsor's site-unique "link_name" extracted from the URL
    46     link_name: the Sponsor's site-unique "link_name" extracted from the URL
    48     template: the template path to use for rendering the template
    47     template: the template path to use for rendering the template
    49 
    48 
    50   Returns:
    49   Returns:
    51     A subclass of django.http.HttpResponse with generated template.
    50     A subclass of django.http.HttpResponse with generated template.