From e67b23f1ace59f237f260075501a8fbf636b60f1 Mon Sep 17 00:00:00 2001 From: Johannes Spielmann Date: Tue, 15 Jan 2013 13:46:41 +0100 Subject: [PATCH] correcting template: closing tag was missing --- rest_framework/templates/rest_framework/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index 42e49cb90..092bf2e47 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -112,7 +112,7 @@
{{ request.method }} {{ request.get_full_path }}
-
+
HTTP {{ response.status_code }} {{ response.status_text }}{% autoescape off %} {% for key, val in response.items %}{{ key }}: {{ val|urlize_quoted_links }}