From 479e0e88f37c715c83db8cb3090ce13e41d943fa Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 28 Apr 2025 12:19:58 -0500 Subject: Enable autofill of information from PubMed. --- .../templates/publications/create-publication.html | 26 ++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/uploader/templates/publications/create-publication.html b/uploader/templates/publications/create-publication.html index 4ddff0a..1961b4e 100644 --- a/uploader/templates/publications/create-publication.html +++ b/uploader/templates/publications/create-publication.html @@ -25,9 +25,13 @@ name="pubmed-id" class="form-control"/>
- +
+ + This is the publication's ID on NCBI's Pubmed Service @@ -163,7 +167,25 @@ {%block javascript%} + {%endblock%} -- cgit v1.2.3