mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -1,6 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load url from future %} | ||||
|  | ||||
| {% block breadcrumbs %} | ||||
| <div class="breadcrumbs"> | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load url from future %} | ||||
|  | ||||
| {% block breadcrumbs %} | ||||
| <div class="breadcrumbs"> | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load url from future %} | ||||
|  | ||||
| {% block breadcrumbs %} | ||||
| <div class="breadcrumbs"> | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load url from future %} | ||||
|  | ||||
| {% block extrahead %} | ||||
| {{ block.super }} | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load url from future %} | ||||
|  | ||||
| {% block coltype %}colSM{% endblock %} | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load url from future %} | ||||
|  | ||||
| {% block breadcrumbs %} | ||||
| <div class="breadcrumbs"> | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load url from future %} | ||||
|  | ||||
| {% block coltype %}colSM{% endblock %} | ||||
| {% block breadcrumbs %} | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load url from future %} | ||||
|  | ||||
| {% block coltype %}colSM{% endblock %} | ||||
| {% block breadcrumbs %} | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load url from future %} | ||||
|  | ||||
| {% block breadcrumbs %} | ||||
| <div class="breadcrumbs"> | ||||
|   | ||||
| @@ -1,6 +1,5 @@ | ||||
| {% extends "admin/base_site.html" %} | ||||
| {% load i18n %} | ||||
| {% load url from future %} | ||||
|  | ||||
| {% block coltype %}colSM{% endblock %} | ||||
| {% block breadcrumbs %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user