From 0d0d62b456da2a6fd043a9a9fbeacae87f2efc61 Mon Sep 17 00:00:00 2001 From: zsloan Date: Mon, 26 Aug 2019 16:15:03 -0500 Subject: Capitalized first letter in description on trait page --- wqflask/wqflask/templates/show_trait.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html index 19b0e0f5..ff000ced 100644 --- a/wqflask/wqflask/templates/show_trait.html +++ b/wqflask/wqflask/templates/show_trait.html @@ -18,7 +18,7 @@

Trait Data and Analysis for {{ this_trait.name }}

{% if this_trait.dataset.type != 'Publish' %} -

{{ this_trait.description_fmt }}

+

{{ this_trait.description_fmt[0]|upper }}{{ this_trait.description_fmt[1:] }}

{% endif %}
-- cgit v1.2.3