From 874add303a26260e4276cda7dde0a2288f910f60 Mon Sep 17 00:00:00 2001 From: Simon Caminada Date: Mon, 26 Mar 2018 15:09:58 +0200 Subject: [PATCH] fix --- templates/aldryn_forms/field.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}