From b8888aa4086c1896d6e944bd14d608cff6949a83 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 6 Mar 2019 15:35:24 +0000 Subject: [PATCH] Fix hint text for list entry being rendered twice The better place for it, semantically, is inside the legend. --- app/templates/components/list-entry.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/templates/components/list-entry.html b/app/templates/components/list-entry.html index fc3abc65b..714950c8a 100644 --- a/app/templates/components/list-entry.html +++ b/app/templates/components/list-entry.html @@ -24,11 +24,6 @@ {% endif %} - {% if hint %} - - {{ hint }} - - {% endif %}
{% for index in range(0, field.entries|length) %}