diff --git a/src/frontend_celery/webapp/templates/doc/documentation.html b/src/frontend_celery/webapp/templates/doc/documentation.html index cda55bf7..ddc099c1 100644 --- a/src/frontend_celery/webapp/templates/doc/documentation.html +++ b/src/frontend_celery/webapp/templates/doc/documentation.html @@ -91,7 +91,7 @@
The variant details page
This page displays all annotations of a variant. The top headline shows the variant and its most recent HediVar consensus classification. There are six types of consensus classifications:
- {% for classification in ['-', '1', '2', '3-', '3', '3+', '4', '5', 'M'] %} + {% for classification in ['-', '1', '2', '3-', '3', '3+', '4M', '4', '5'] %}
{{macros.render_consensus_classification_label(classification, 'heredivar') }}
{% endfor %}