diff options
author | Frederick Muriuki Muriithi | 2024-09-04 12:32:27 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-04 12:32:27 -0500 |
commit | cd5f5e2e7a4cb91f00e3227922daab40c30b35bf (patch) | |
tree | 2156d67ca395084c395735f61001745d0a8e4c66 /uploader/templates/populations/view-population.html | |
parent | c4b6c239ca2652da5aa48eede31c2a400915c316 (diff) | |
download | gn-uploader-cd5f5e2e7a4cb91f00e3227922daab40c30b35bf.tar.gz |
Create populations (InbredSet groups) under Species.
Diffstat (limited to 'uploader/templates/populations/view-population.html')
-rw-r--r-- | uploader/templates/populations/view-population.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/populations/view-population.html b/uploader/templates/populations/view-population.html index 2ab7ca3..7eb1362 100644 --- a/uploader/templates/populations/view-population.html +++ b/uploader/templates/populations/view-population.html @@ -30,7 +30,7 @@ <dd>{{population.FullName}}</dd> <dt>Description</dt> - <dd>{{population.Description or "-"}}</dd> + <dd><pre>{{population.Description or "-"}}</pre></dd> </dl> </div> |