Update text in portfolio header and application sticky CTA

This commit is contained in:
leigh-mil
2019-10-09 16:26:04 -04:00
parent 73a459ea28
commit e6254e6f64
5 changed files with 11 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
{% 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") }}
{{ StickyCTA(text=application.name) }}
{% endif %}
{% endblock %}