Skip to content

Commit eefe35c

Browse files
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
1 parent 445f692 commit eefe35c

File tree

1 file changed

+1
-0
lines changed
  • django/contrib/admin/templates/admin

1 file changed

+1
-0
lines changed

django/contrib/admin/templates/admin/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
{% if LANGUAGE_BIDI %}<link rel="stylesheet" type="text/css" href="{% block stylesheet_rtl %}{% admin_media_prefix %}css/rtl.css{% endblock %}" />{% endif %}
77
{% block extrastyle %}{% endblock %}
88
{% block extrahead %}{% endblock %}
9+
{% block blockbots %}<meta name="robots" content="NONE,NOARCHIVE" />{% endblock %}
910
</head>
1011
{% load i18n %}
1112

0 commit comments

Comments
 (0)