Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing includes for empro expired macro (#4348)
address Error stack: ``` File \"/opt/venvs/portal/lib/python3.9/site-packages/portal/eproms/templates/eproms/assessment_engine/ae_complete.html\", line 42, in block \"body\"\n {{empro_expired(\njinja2.exceptions.UndefinedError: 'empro_expired' is undefined\n" ``` stemming from `empro_expired` template macro not included in the `include` statement The scenario that will likely hits this 500 error is when a subject has completed the main study questionnaire but the EMPRO questionnaire has expired. bug from [front end changes here](#4338) Co-authored-by: Ivan Cvitkovic <[email protected]> Co-authored-by: Paul Bugni <[email protected]> Co-authored-by: Amy Chen <[email protected]>
- Loading branch information