#6454 changes from PR review

This commit is contained in:
Arthur
2022-08-22 11:46:41 -07:00
parent c65a291698
commit a972174706
8 changed files with 21 additions and 42 deletions

View File

@@ -40,7 +40,7 @@ Context:
</div>
{% endif %}
{% if required_model %}
{% if prerequisite_model %}
{% include 'inc/missing_prerequisites.html' %}
{% endif %}

View File

@@ -101,7 +101,7 @@ Context:
{# Object table #}
{% if required_model %}
{% if prerequisite_model %}
{% include 'inc/missing_prerequisites.html' %}
{% endif %}