diff --git a/opentech/publicpages/templates/publicpages/fund_index.html b/opentech/publicpages/templates/publicpages/fund_index.html new file mode 100644 index 0000000000000000000000000000000000000000..ce4f0b1db6ef2f27f9269c007d362c79d43b38d4 --- /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 0000000000000000000000000000000000000000..a59ea2936987bc3e9ce8a6d837b23d9edab951ef --- /dev/null +++ b/opentech/publicpages/templates/publicpages/fund_page.html @@ -0,0 +1 @@ +{% extends "standardpages/information_page.html" %}