app/soc/views/sitemap/sitemap.py
changeset 614 53a3e46fc512
parent 613 4880ffa9f3ba
child 637 86ec079d8302
equal deleted inserted replaced
613:4880ffa9f3ba 614:53a3e46fc512
    29   global SITEMAP
    29   global SITEMAP
    30   SITEMAP += pages
    30   SITEMAP += pages
    31 
    31 
    32 
    32 
    33 def getDjangoURLPatterns(params):
    33 def getDjangoURLPatterns(params):
    34   """Retrieves a list of sidebar entries for this view from self._params.
    34   """Retrieves a list of sidebar entries for this View
    35 
    35 
    36   Params usage:
    36   Params usage:
    37     The params dictionary is passed to the getKeyFieldsPatterns
    37     The params dictionary is passed to the getKeyFieldsPatterns
    38       method, see it's docstring on how it is used.
    38       method, see it's docstring on how it is used.
    39     django_patterns: The django_patterns value is returned directly
    39     django_patterns: The django_patterns value is returned directly