diff --git a/apps/contacts/templates/part.details.php b/apps/contacts/templates/part.details.php
index c6bedcdd913e95107e9fdd9cbe7a09ff9bccf1f8..254d54a4e8edc1b539769f087624d3b83ed4fa6b 100644
--- a/apps/contacts/templates/part.details.php
+++ b/apps/contacts/templates/part.details.php
@@ -27,9 +27,8 @@
 			<?php endif; ?>
 		<?php endforeach; ?>
 	</table>
+	<form>
+		<input type="button" id="contacts_deletecard" value="<?php echo $l->t('Delete');?>">
+		<input type="button" id="contacts_addproperty" value="<?php echo $l->t('Add Property');?>">
+	</form>
 <?php endif; ?>
-
-<form>
-	<input type="button" id="contacts_deletecard" value="<?php echo $l->t('Delete');?>">
-	<input type="button" id="contacts_addproperty" value="<?php echo $l->t('Add Property');?>">
-</form>