mirror of
				https://github.com/django/django.git
				synced 2025-10-29 00:26:07 +00:00 
			
		
		
		
	Negligible spacing fix to admin.templatetags.admin_modify
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -247,7 +247,7 @@ def admin_field_line(context, argument_val): | ||||
|     return { | ||||
|         'add': context['add'], | ||||
|         'change': context['change'], | ||||
|         'bound_fields':  bound_fields, | ||||
|         'bound_fields': bound_fields, | ||||
|         'class_names': " ".join(class_names), | ||||
|     } | ||||
| admin_field_line = register.inclusion_tag('admin/field_line', takes_context=True)(admin_field_line) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user