aboutsummaryrefslogtreecommitdiffstats
path: root/src/rest/templates/emitter.txt
diff options
context:
space:
mode:
authorTom Christie2011-01-14 18:06:40 +0000
committerTom Christie2011-01-14 18:06:40 +0000
commitb0ce3f92c68b13d7f437a21bedcc95727e271860 (patch)
tree03e1feada051ea4501189fe5d7ac66fabe8e834a /src/rest/templates/emitter.txt
parent764fbe335fbd8dab2b9a097a008bd80bf6582f89 (diff)
downloaddjango-rest-framework-b0ce3f92c68b13d7f437a21bedcc95727e271860.tar.bz2
Added formats, various form improvements, more refactoring/cleanup
Diffstat (limited to 'src/rest/templates/emitter.txt')
-rw-r--r--src/rest/templates/emitter.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest/templates/emitter.txt b/src/rest/templates/emitter.txt
index 78c619df..925529bd 100644
--- a/src/rest/templates/emitter.txt
+++ b/src/rest/templates/emitter.txt
@@ -1,4 +1,5 @@
{{ resource.name }}
+
{{ resource.description }}
{% autoescape off %}HTTP/1.0 {{ resource.resp_status }} {{ resource.resp_status_text }}