diff options
Diffstat (limited to 'django/views/templates/technical_500.html')
| -rw-r--r-- | django/views/templates/technical_500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/templates/technical_500.html b/django/views/templates/technical_500.html index b01b00c8e6..a63c7183e6 100644 --- a/django/views/templates/technical_500.html +++ b/django/views/templates/technical_500.html @@ -438,7 +438,7 @@ Exception Value: {{ exception_value|force_escape }} </tr> </thead> <tbody> - {% for var in request.META.items|dictsort:0 %} + {% for var in request_meta.items|dictsort:0 %} <tr> <td>{{ var.0 }}</td> <td class="code"><pre>{{ var.1|pprint }}</pre></td> |
