This commit is contained in:
2018-03-26 15:09:58 +02:00
parent d314e5738f
commit 874add303a

View File

@@ -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 %}