Pass in request as jedi_request
in request detail template
Fixes the user sessions/daily traffic fields not being shown when they should be.
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
{{ DefinitionReviewField("DoD ID", "primary_poc", "dodid_poc") }}
|
||||
</dl>
|
||||
|
||||
{% if request.has_financial_data %}
|
||||
{% if jedi_request.has_financial_data %}
|
||||
<hr>
|
||||
<h2>
|
||||
Financial Verification
|
||||
|
Reference in New Issue
Block a user