about summary refs log tree commit diff
path: root/bh20simplewebuploader/templates
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r--bh20simplewebuploader/templates/form.html2
1 files changed, 1 insertions, 1 deletions
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' %}