diff options
author | BonfaceKilz | 2022-05-06 10:55:07 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-05-06 12:43:34 +0300 |
commit | 938193f241e5d49e44bbe6e71ed75981f9da9157 (patch) | |
tree | 0c5c9421d8d61fd06ddc67be88023e397ec3c139 /wqflask | |
parent | 99c36b6fa90d987c18d62591115013ab18755cbe (diff) | |
download | genenetwork2-938193f241e5d49e44bbe6e71ed75981f9da9157.tar.gz |
Adjust the row-size of the "Authors" field to 3
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/edit_phenotype.html | 2 |
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> |