mirror of https://github.com/django/django.git
Negligible spacing change to core/template/loader.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
63e7f20595
commit
c862e43f7f
|
@ -78,7 +78,7 @@ def get_template(template_name):
|
||||||
"""
|
"""
|
||||||
return get_template_from_string(*find_template_source(template_name))
|
return get_template_from_string(*find_template_source(template_name))
|
||||||
|
|
||||||
def get_template_from_string(source, origin=None ):
|
def get_template_from_string(source, origin=None):
|
||||||
"""
|
"""
|
||||||
Returns a compiled Template object for the given template code,
|
Returns a compiled Template object for the given template code,
|
||||||
handling template inheritance recursively.
|
handling template inheritance recursively.
|
||||||
|
|
Loading…
Reference in New Issue