diff options
author | Munyoki Kilyungi | 2024-02-26 23:40:35 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-03-26 10:01:13 +0300 |
commit | 4c49f925d616355ebaf1db9385e12e8e0ed3352b (patch) | |
tree | 94b8d610f5efc53b55636a6933d86ef4ce327c5f /gn2/wqflask/templates | |
parent | 64d2e676d6ab04e777a101ea4594f8acd535e84e (diff) | |
download | genenetwork2-4c49f925d616355ebaf1db9385e12e8e0ed3352b.tar.gz |
Remove typo from template.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/dataset.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/dataset.html b/gn2/wqflask/templates/dataset.html index 6c34305b..0863aca5 100644 --- a/gn2/wqflask/templates/dataset.html +++ b/gn2/wqflask/templates/dataset.html @@ -178,7 +178,7 @@ ] </sup> </h3> - <div>{{ dataset.description|safe }}</div>g + <div>{{ dataset.description|safe }}</div> {% endif %} {% if dataset.experimentType %} |