diff --git a/app/templates/layout.html b/app/templates/layout.html
index 91314bf..c511fd7 100644
--- a/app/templates/layout.html
+++ b/app/templates/layout.html
@@ -56,6 +56,8 @@
{% elif field.type == 'DecimalField' %}
+ {% elif field.type == 'TextAreaField' %}
+
{% else %}
{{ field(**kwargs)|safe }}
{% endif %}