mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	loading of templates in includes now reraises the template loading exception instead of returning nothing
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1448 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -83,8 +83,7 @@ class ConstantIncludeNode(Node): | ||||
|             self.template = t | ||||
|         except: | ||||
|             if TEMPLATE_DEBUG: | ||||
|                 pass | ||||
| #                 raise | ||||
|                  raise | ||||
|             self.template = None | ||||
|  | ||||
|     def render(self, context): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user