Remove unused template
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
{% from "components/sticky_cta.html" import StickyCTA %}
|
|
||||||
{% from 'components/save_button.html' import SaveButton %}
|
|
||||||
|
|
||||||
{% call StickyCTA(text="Funding") %}
|
|
||||||
MEOW
|
|
||||||
{% endcall %}
|
|
@@ -1,5 +1,3 @@
|
|||||||
{% from "components/sticky_cta.html" import StickyCTA %}
|
|
||||||
{% from "components/save_button.html" import SaveButton %}
|
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
Reference in New Issue
Block a user