diff --git a/include/staff/templates/list-item-properties.tmpl.php b/include/staff/templates/list-item-properties.tmpl.php
index a4f143d9125eb33e3ee8c7d49113a7403d5c9364..71b45327a91cc565c892d1b47b49dabc03d09b4b 100644
--- a/include/staff/templates/list-item-properties.tmpl.php
+++ b/include/staff/templates/list-item-properties.tmpl.php
@@ -9,7 +9,7 @@
                     form.closest('.dialog').hide();
                     $('#overlay').hide();
                 } else {
-                    form.closest('.dialog').empty().append(data);
+                    form.closest('.dialog .body').empty().append(data);
                 }
             });
             return false;">