mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots. Thanks for the idea, Ian Holsman
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3600 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -6,6 +6,7 @@ | ||||
| {% if LANGUAGE_BIDI %}<link rel="stylesheet" type="text/css" href="{% block stylesheet_rtl %}{% admin_media_prefix %}css/rtl.css{% endblock %}" />{% endif %} | ||||
| {% block extrastyle %}{% endblock %} | ||||
| {% block extrahead %}{% endblock %} | ||||
| {% block blockbots %}<meta name="robots" content="NONE,NOARCHIVE" />{% endblock %} | ||||
| </head> | ||||
| {% load i18n %} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user