app/soc/views/models/base.py
changeset 615 1d09147de51f
parent 614 53a3e46fc512
child 632 1f20cfb91e11
equal deleted inserted replaced
614:53a3e46fc512 615:1d09147de51f
   555         from the soc.views.sitemap.sidebar module, see the docstring
   555         from the soc.views.sitemap.sidebar module, see the docstring
   556         of _getSidebarItems on how it uses it.
   556         of _getSidebarItems on how it uses it.
   557     """
   557     """
   558 
   558 
   559     params = dicts.merge(params, self._params)
   559     params = dicts.merge(params, self._params)
   560     return sitemap.sidebar.getSidebarLinks(params)
   560     return sitemap.sidebar.getSidebarLinks(request, params)
   561 
   561 
   562   def getDjangoURLPatterns(self, params=None):
   562   def getDjangoURLPatterns(self, params=None):
   563     """Retrieves a list of sidebar entries for this view
   563     """Retrieves a list of sidebar entries for this view
   564 
   564 
   565     Params usage:
   565     Params usage: