clean up request review menu logic

This commit is contained in:
dandds
2018-09-13 11:20:40 -04:00
parent a84e18d888
commit 8e4430ffc5
4 changed files with 4 additions and 10 deletions

View File

@@ -7,9 +7,7 @@
Request Information
</a>
</li>
{% if complete %}
{% set financial_status="complete" %}
{% elif g.matchesPath(financial_url) %}
{% if g.matchesPath(financial_url) %}
{% set financial_status="active" %}
{% else %}
{% set financial_status="incomplete" %}