diff --git a/HISTORY.rst b/HISTORY.rst index 2dabdd8ce..c2bedaac8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -37,6 +37,7 @@ End-User Summary - Extended documentation for how to update specific tables (#177) - Improving performance of project overview (#303) - Improving performance of case listing (#304) +- Adding shortcut buttons to phenotype annotation (#289) Full Change List ================ @@ -75,6 +76,7 @@ Full Change List - Extended documentation for how to update specific tables (#177) - Improving performance of project overview (#303) - Improving performance of case listing (#304) +- Adding shortcut buttons to phenotype annotation (#289) ------- v0.23.9 diff --git a/variants/templates/variants/case_update_terms.html b/variants/templates/variants/case_update_terms.html index 756c0bd8f..abef24b3c 100644 --- a/variants/templates/variants/case_update_terms.html +++ b/variants/templates/variants/case_update_terms.html @@ -153,4 +153,82 @@

Update Terms for Case {{ object.name }}

+ {% endblock projectroles %}