Create reusable StickyCTA component
This commit is contained in:
6
templates/portfolios/add_funding_cta.html
Normal file
6
templates/portfolios/add_funding_cta.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% from "components/sticky_cta.html" import StickyCTA %}
|
||||
{% from 'components/save_button.html' import SaveButton %}
|
||||
|
||||
{% call StickyCTA(text="Funding") %}
|
||||
MEOW
|
||||
{% endcall %}
|
@@ -7,6 +7,8 @@
|
||||
|
||||
{% block portfolio_content %}
|
||||
|
||||
{% include "portfolios/add_funding_cta.html" %}
|
||||
|
||||
<div class='portfolio-applications'>
|
||||
{% include "fragments/flash.html" %}
|
||||
<div class='portfolio-applications__header row'>
|
||||
|
Reference in New Issue
Block a user