app/soc/views/helpers/templates_helpers.py
author Todd Larsen <tlarsen@google.com>
Thu, 28 Aug 2008 22:06:31 +0000
changeset 116 68b5ce15fff9
parent 99 8c38b546a3cf
permissions -rw-r--r--
Factor out a getUniversalContext() function so that views that do not call response_helpers.response() can benefit from the code that constructs shared template context variables common to many templates. Patch by: Todd Larsen Review by: to-be-reviewed

#!/usr/bin/python2.5
#
# Copyright 2008 the Melange authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

"""Helpers used with templates.
"""

__authors__ = [
  '"Todd Larsen" <tlarsen@google.com>',
  '"Pawel Solyga" <pawel.solyga@gmail.com',
  ]


def makeSiblingTemplatePath(template_path, view_template):
  """Replaces the template name at the end of template_path with
     view_template argument.
  """
  #TODO(solydzajs) : implements this funtion
  return