aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/populations/view-population.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-04 12:32:27 -0500
committerFrederick Muriuki Muriithi2024-09-04 12:32:27 -0500
commitcd5f5e2e7a4cb91f00e3227922daab40c30b35bf (patch)
tree2156d67ca395084c395735f61001745d0a8e4c66 /uploader/templates/populations/view-population.html
parentc4b6c239ca2652da5aa48eede31c2a400915c316 (diff)
downloadgn-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.html2
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>