diff --git a/combo/apps/wcs/templates/combo/wcs/form.html b/combo/apps/wcs/templates/combo/wcs/form.html index b290b39c..4434ed1a 100644 --- a/combo/apps/wcs/templates/combo/wcs/form.html +++ b/combo/apps/wcs/templates/combo/wcs/form.html @@ -1,3 +1,9 @@ {% block cell-content %} -
{{ title }}
+
{{ title }} +{% if cell.cached_json.description %} +
+{{ cell.cached_json.description|safe }} +
+{% endif %} +
{% endblock %}