mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Loaded cycle and firstof from future in built-in templates. Refs #17906.
This was missing from f49e9a517f.
			
			
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load i18n %}{% load firstof from future %} | ||||
|  | ||||
| {% block coltype %}colSM{% endblock %} | ||||
| {% block breadcrumbs %} | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load i18n %}{% load firstof from future %} | ||||
|  | ||||
| {% block coltype %}colSM{% endblock %} | ||||
| {% block breadcrumbs %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user