mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Fixed typo in filesystem template-loader error message
git-svn-id: http://code.djangoproject.com/svn/django/trunk@890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -17,6 +17,6 @@ def load_template_source(template_name, template_dirs=None): | ||||
|     if template_dirs: | ||||
|         error_msg = "Tried %s" % tried | ||||
|     else: | ||||
|         error_msg = "Your TEMPLATE_DIRS settings is empty. Change it to point to at least one template directory." | ||||
|         error_msg = "Your TEMPLATE_DIRS setting is empty. Change it to point to at least one template directory." | ||||
|     raise TemplateDoesNotExist, error_msg | ||||
| load_template_source.is_usable = True | ||||
|   | ||||
		Reference in New Issue
	
	Block a user