app/soc/views/site/sponsor/profile.py
changeset 500 44ea4620c5c0
parent 482 839740b061ad
child 512 aae25d2b4464
equal deleted inserted replaced
499:d22e4fe8e64b 500:44ea4620c5c0
    93          template=DEF_SITE_SPONSOR_PROFILE_EDIT_TMPL):
    93          template=DEF_SITE_SPONSOR_PROFILE_EDIT_TMPL):
    94   """View for a Developer to modify the properties of a Sponsor Model entity.
    94   """View for a Developer to modify the properties of a Sponsor Model entity.
    95 
    95 
    96   Args:
    96   Args:
    97     request: the standard django request object
    97     request: the standard django request object
    98     page: a soc.logic.site.page.Page object which is abstraction that combines 
    98     page_name: the page name displayed in templates as page and header title
    99       a Django view with sidebar menu info
       
   100     link_name: the Sponsor's site-unique "link_name" extracted from the URL
    99     link_name: the Sponsor's site-unique "link_name" extracted from the URL
   101     template: the "sibling" template (or a search list of such templates)
   100     template: the "sibling" template (or a search list of such templates)
   102       from which to construct the public.html template name (or names)
   101       from which to construct the public.html template name (or names)
   103 
   102 
   104   Returns:
   103   Returns:
   218            template=DEF_SITE_SPONSOR_PROFILE_EDIT_TMPL):
   217            template=DEF_SITE_SPONSOR_PROFILE_EDIT_TMPL):
   219   """Request handler for a Developer to delete Sponsor Model entity.
   218   """Request handler for a Developer to delete Sponsor Model entity.
   220 
   219 
   221   Args:
   220   Args:
   222     request: the standard django request object
   221     request: the standard django request object
   223     page: a soc.logic.site.page.Page object which is abstraction that combines 
   222     page_name: the page name displayed in templates as page and header title
   224       a Django view with sidebar menu info
       
   225     link_name: the Sponsor's site-unique "link_name" extracted from the URL
   223     link_name: the Sponsor's site-unique "link_name" extracted from the URL
   226     template: the "sibling" template (or a search list of such templates)
   224     template: the "sibling" template (or a search list of such templates)
   227       from which to construct the public.html template name (or names)
   225       from which to construct the public.html template name (or names)
   228 
   226 
   229   Returns:
   227   Returns: