aboutsummaryrefslogtreecommitdiffstats
path: root/flywheel
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-01-27 22:00:34 +0000
committertom christie tom@tomchristie.com2011-01-27 22:00:34 +0000
commit110bf85aeb9dfe638aae5cef221e4b37bbb6de0d (patch)
tree6cd61e2b48bd76a70b67a011e109e6514f67ff54 /flywheel
parent0bc9d3ae0d25844b4f5c924d869813ae51249b33 (diff)
downloaddjango-rest-framework-110bf85aeb9dfe638aae5cef221e4b37bbb6de0d.tar.bz2
./flywheel/emitters.py
Diffstat (limited to 'flywheel')
-rw-r--r--flywheel/emitters.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/flywheel/emitters.py b/flywheel/emitters.py
index d535f7b0..dc90ab9d 100644
--- a/flywheel/emitters.py
+++ b/flywheel/emitters.py
@@ -171,13 +171,11 @@ class XMLEmitter(BaseEmitter):
class DocumentingHTMLEmitter(DocumentingTemplateEmitter):
media_type = 'text/html'
- uses_forms = True
template = 'emitter.html'
class DocumentingXHTMLEmitter(DocumentingTemplateEmitter):
media_type = 'application/xhtml+xml'
- uses_forms = True
template = 'emitter.html'