summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/views/debug.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/views/debug.py b/django/views/debug.py
index 2d3b7e9150..d5323c0b59 100644
--- a/django/views/debug.py
+++ b/django/views/debug.py
@@ -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; }