mirror of https://github.com/django/django.git
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:
parent
0710243ea1
commit
065dd334de
|
@ -93,6 +93,7 @@ TECHNICAL_500_TEMPLATE = """
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
|
<meta name="robots" content="NONE,NOARCHIVE" />
|
||||||
<title>{{ exception_type }} at {{ request.path }}</title>
|
<title>{{ exception_type }} at {{ request.path }}</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
html * { padding:0; margin:0; }
|
html * { padding:0; margin:0; }
|
||||||
|
|
Loading…
Reference in New Issue