aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2022-05-06 10:55:07 +0300
committerBonfaceKilz2022-05-06 12:43:34 +0300
commit938193f241e5d49e44bbe6e71ed75981f9da9157 (patch)
tree0c5c9421d8d61fd06ddc67be88023e397ec3c139
parent99c36b6fa90d987c18d62591115013ab18755cbe (diff)
downloadgenenetwork2-938193f241e5d49e44bbe6e71ed75981f9da9157.tar.gz
Adjust the row-size of the "Authors" field to 3
-rw-r--r--wqflask/wqflask/templates/edit_phenotype.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html
index b7c737eb..0fe79198 100644
--- a/wqflask/wqflask/templates/edit_phenotype.html
+++ b/wqflask/wqflask/templates/edit_phenotype.html
@@ -172,7 +172,7 @@
<div class="form-group">
<label for="authors" class="col-sm-3 col-lg-2 control-label text-left">Authors</label>
<div class="col-sm-7 col-lg-8">
- <textarea name="authors" class="form-control" rows="2" placeholder="Example: Roy S, Ingels J, Bohl CJ, McCarty M, Lu L, Mulligan MK, Mozhui K, Centeno A, Williams EG, Auwerx J, Williams RW">{{ publication.authors |default('', true) }}</textarea>
+ <textarea name="authors" class="form-control" rows="3" placeholder="Example: Roy S, Ingels J, Bohl CJ, McCarty M, Lu L, Mulligan MK, Mozhui K, Centeno A, Williams EG, Auwerx J, Williams RW">{{ publication.authors |default('', true) }}</textarea>
<input name="old_authors" class="changed" type="hidden" value="{{ publication.authors |default('', true) }}"/>
</div>
</div>