Add portfolio header to app pages

This commit is contained in:
leigh-mil
2019-09-10 14:16:05 -04:00
parent c9dcacddb0
commit a78d3353aa
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
{% from "components/sticky_cta.html" import StickyCTA %}
{% block portfolio_header %}
{% include "portfolios/header.html" %}
{% if application %}
{{ StickyCTA(text=application.name, return_link_url=url_for('applications.portfolio_applications', portfolio_id=application.portfolio_id), return_link_text="BACK TO APPLICATIONS") }}
{% endif %}