summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
Diffstat (limited to 'django')
-rw-r--r--django/template/loader.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/django/template/loader.py b/django/template/loader.py
index b76fbdcfb9..f27494dfb1 100644
--- a/django/template/loader.py
+++ b/django/template/loader.py
@@ -17,10 +17,6 @@ class LoaderOrigin(Origin):
return self.loader(self.loadname, self.dirs)[0]
-def find_template(*args, **kwargs):
- return Engine.get_default().find_template(*args, **kwargs)
-
-
def get_template(template_name, dirs=_dirs_undefined, using=None):
"""
Loads and returns a template for the given name.