Added NOINDEX tag to debug 500 page (for robots)

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2005-11-14 18:50:13 +00:00
parent 0710243ea1
commit 065dd334de
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ TECHNICAL_500_TEMPLATE = """
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="NONE,NOARCHIVE" />
<title>{{ exception_type }} at {{ request.path }}</title>
<style type="text/css">
html * { padding:0; margin:0; }