aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/body.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/admin/body.html')
-rw-r--r--templates/web/base/admin/body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/body.html b/templates/web/base/admin/body.html
index 84ea6840c..b46d411c2 100644
--- a/templates/web/base/admin/body.html
+++ b/templates/web/base/admin/body.html
@@ -162,7 +162,7 @@
</p>
</div>
<p>
- <input type="checkbox" name="confirmed" value="1" id="confirmed"[% ' checked' IF contact.confirmed %]>
+ <input type="checkbox" name="confirmed" value="1" id="confirmed"[% ' checked' IF contact.confirmed OR contact.confirmed == "" %]>
<label for="confirmed" class="inline">[% loc('Confirmed') %]</label>
</p>