diff --git a/templates/macro/form.html b/templates/macro/form.html
index 499c220..379309f 100644
--- a/templates/macro/form.html
+++ b/templates/macro/form.html
@@ -1,17 +1,18 @@
-{% macro checkbox(prefix, id, text, url, checked, delete=false) %}
+{% macro checkbox(item, metadata, delete=false) %}
{% if g.login.is_authenticated() %}
-
-