diff --git a/doorlockd-new/templates/formhelpers.html b/doorlockd-new/templates/formhelpers.html
index 0b6bfda..8690d30 100644
--- a/doorlockd-new/templates/formhelpers.html
+++ b/doorlockd-new/templates/formhelpers.html
@@ -1,4 +1,4 @@
-{% macro render_field(field) %}
+{% macro render_field_label(field) %}
{{ field.label }}
{{ field(**kwargs)|safe }}
{% if field.errors %}
diff --git a/doorlockd-new/templates/index.html b/doorlockd-new/templates/index.html
index 28d3bf5..4cc4ab5 100644
--- a/doorlockd-new/templates/index.html
+++ b/doorlockd-new/templates/index.html
@@ -1,4 +1,4 @@
-{% from "formhelpers.html" import render_field %}
+{% from "formhelpers.html" import render_field_label %}
@@ -38,10 +38,10 @@
}
{% if response %}