aboutsummaryrefslogtreecommitdiffstats
path: root/flywheel/templates/emitter.html
diff options
context:
space:
mode:
Diffstat (limited to 'flywheel/templates/emitter.html')
-rw-r--r--flywheel/templates/emitter.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/flywheel/templates/emitter.html b/flywheel/templates/emitter.html
index fea5126a..93f4cb49 100644
--- a/flywheel/templates/emitter.html
+++ b/flywheel/templates/emitter.html
@@ -48,6 +48,7 @@
<div class='action'>
<form action="{{ request.path }}" method="post">
{% csrf_token %}
+ {{ form.non_field_errors }}
{% for field in form %}
<div>
{{ field.label_tag }}:
@@ -67,6 +68,7 @@
<form action="{{ request.path }}" method="post">
<input type="hidden" name="{{ resource.METHOD_PARAM }}" value="PUT" />
{% csrf_token %}
+ {{ form.non_field_errors }}
{% for field in form %}
<div>
{{ field.label_tag }}: