From 5adf39a0901c9576c607508037dd7d0593039a4c Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Tue, 9 Jan 2018 11:36:06 +0000
Subject: [PATCH] Add templates for the fund pages

---
 opentech/publicpages/templates/publicpages/fund_index.html | 1 +
 opentech/publicpages/templates/publicpages/fund_page.html  | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 opentech/publicpages/templates/publicpages/fund_index.html
 create mode 100644 opentech/publicpages/templates/publicpages/fund_page.html

diff --git a/opentech/publicpages/templates/publicpages/fund_index.html b/opentech/publicpages/templates/publicpages/fund_index.html
new file mode 100644
index 000000000..ce4f0b1db
--- /dev/null
+++ b/opentech/publicpages/templates/publicpages/fund_index.html
@@ -0,0 +1 @@
+{% extends "standardpages/index_page.html" %}
diff --git a/opentech/publicpages/templates/publicpages/fund_page.html b/opentech/publicpages/templates/publicpages/fund_page.html
new file mode 100644
index 000000000..a59ea2936
--- /dev/null
+++ b/opentech/publicpages/templates/publicpages/fund_page.html
@@ -0,0 +1 @@
+{% extends "standardpages/information_page.html" %}
-- 
GitLab