From b2d3b101b7a44932632036146b7c271acfd67593 Mon Sep 17 00:00:00 2001
From: Adam Novak
Date: Fri, 17 Apr 2020 13:07:18 -0700
Subject: Pull 'doc' from the schema through to the frontend

---
 bh20simplewebuploader/templates/form.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'bh20simplewebuploader/templates/form.html')

diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html
index 012b9c5..166f51c 100644
--- a/bh20simplewebuploader/templates/form.html
+++ b/bh20simplewebuploader/templates/form.html
@@ -224,7 +224,7 @@
                             {{ record['label'] }}
                             {{ "*" if record['required'] else "" }}
                             {% if 'ref_iri' in record %}
-                            <a href="{{ record['ref_iri'] }}" title="More Info" target="_blank">?</a>
+                            <a href="{{ record['ref_iri'] }}" title="{{ record.get('docstring', 'More Info') }}" target="_blank">?</a>
                             {% endif %}
                         </label>
                         {% if record['type'] == 'select' %}
-- 
cgit v1.2.3