diff --git a/orochi/templates/website/partial_indices.html b/orochi/templates/website/partial_indices.html index fc42a81f..bd17f991 100644 --- a/orochi/templates/website/partial_indices.html +++ b/orochi/templates/website/partial_indices.html @@ -1,6 +1,6 @@ {% if dumps %} @@ -21,7 +21,7 @@ {% endif %} {{name}} - {% if status != 4 and not missing_symbols %} + {% if status != 4 and status != 5 %} {% else %} @@ -47,7 +47,7 @@ data-toggle="tooltip" data-placement="top" title="Edit Dump"> - {% if missing_symbols %} + {% if status == 5 %}