diff --git a/templates/aldryn_forms/field.html b/templates/aldryn_forms/field.html
index 9d3957d..55b6be7 100644
--- a/templates/aldryn_forms/field.html
+++ b/templates/aldryn_forms/field.html
@@ -1,5 +1,5 @@
{% load i18n aldryn_forms_tags %}
{% if field %}
- {% include 'project/includes/field.html' %}
+ {% include 'project/includes/field.html' with field=field %}
{% endif %}