Author: adrian
Date: 2006-08-17 18:05:42 -0500 (Thu, 17 Aug 2006)
New Revision: 3600

Modified:
   django/trunk/django/contrib/admin/templates/admin/base.html
Log:
Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots. 
Thanks for the idea, Ian Holsman

Modified: django/trunk/django/contrib/admin/templates/admin/base.html
===================================================================
--- django/trunk/django/contrib/admin/templates/admin/base.html 2006-08-17 
18:28:41 UTC (rev 3599)
+++ django/trunk/django/contrib/admin/templates/admin/base.html 2006-08-17 
23:05:42 UTC (rev 3600)
@@ -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 %}
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to