aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates/form.html
diff options
context:
space:
mode:
authorAdam Novak2020-04-17 13:07:18 -0700
committerAdam Novak2020-04-17 13:07:18 -0700
commitb2d3b101b7a44932632036146b7c271acfd67593 (patch)
tree5696b0f043b8d364a61992d276b4f14ed8f0e122 /bh20simplewebuploader/templates/form.html
parent88e6bb6e82f606c91fca6b3edd410cb28146f569 (diff)
downloadbh20-seq-resource-b2d3b101b7a44932632036146b7c271acfd67593.tar.gz
bh20-seq-resource-b2d3b101b7a44932632036146b7c271acfd67593.tar.lz
bh20-seq-resource-b2d3b101b7a44932632036146b7c271acfd67593.zip
Pull 'doc' from the schema through to the frontend
Diffstat (limited to 'bh20simplewebuploader/templates/form.html')
-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' %}