aboutsummaryrefslogtreecommitdiffstats
path: root/flywheel/emitters.py
diff options
context:
space:
mode:
Diffstat (limited to 'flywheel/emitters.py')
-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'