aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-01-12 14:15:00 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-01-12 14:15:00 +0000
commit0e257b2201998d428b3624a15dfeeb03a5559371 (patch)
treee491ece946f5e16ca7a004bb357ffa60300c1902 /templates
parentfaed9fa074bb0ccf03746d28794994330b2b4dc9 (diff)
Fix typo in admin body form checked status.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/admin/body-form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/body-form.html b/templates/web/base/admin/body-form.html
index 6b103a7cf..7acfbfdd5 100644
--- a/templates/web/base/admin/body-form.html
+++ b/templates/web/base/admin/body-form.html
@@ -212,7 +212,7 @@
</p>
</div>
<p>
- <input type="checkbox" id="send_extended_statuses" name="send_extended_statuses"[% ' checked' IF conf.send_extended_statuses %]>
+ <input type="checkbox" id="send_extended_statuses" name="send_extended_statuses"[% ' checked' IF body.send_extended_statuses %]>
<label for="send_extended_statuses" class="inline">Send extended Open311 statuses with service request updates</label>
</p>
</div>