Remove unused template

This commit is contained in:
richard-dds 2019-06-03 14:36:31 -04:00
parent 130fe08224
commit 79a118a95c
2 changed files with 0 additions and 8 deletions

View File

@ -1,6 +0,0 @@
{% from "components/sticky_cta.html" import StickyCTA %}
{% from 'components/save_button.html' import SaveButton %}
{% call StickyCTA(text="Funding") %}
MEOW
{% endcall %}

View File

@ -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 %}