diff --git a/www/conservancy/static/about/filings/index.html b/www/conservancy/static/about/filings/index.html
index bbe8f00d..e2c6eea0 100644
--- a/www/conservancy/static/about/filings/index.html
+++ b/www/conservancy/static/about/filings/index.html
@@ -12,12 +12,20 @@ public inspection, in reverse chronological order:
-- Fiscal Year 2017 (from 2017-03-01 through 2018-02-28)
-
Our FY 2017 ended on 2017-02-28. We were granted (as most organizations
- are) the extended deadline. Our annual filings are due with the USA
+
- Fiscal Year 2018 (from 2018-03-01 through 2019-02-28)
+
Our FY 2018 ends on 2019-02-28. Our annual filings are due with the USA
Internal Revenue Service (IRS) and New York
State on
- 2019-01-15. They will be posted here shortly after filing.
+ 2019-07-15. They will be posted here shortly after filing.
+
+
+- Fiscal Year 2017 (from 2017-03-01 through 2018-02-28)
+
+
- Fiscal Year 2016 (from 2016-03-01 through 2017-02-28)
diff --git a/www/conservancy/static/docs/conservancy_CHAR-500_fy-2017.pdf b/www/conservancy/static/docs/conservancy_CHAR-500_fy-2017.pdf
new file mode 100644
index 00000000..46f80bab
Binary files /dev/null and b/www/conservancy/static/docs/conservancy_CHAR-500_fy-2017.pdf differ
diff --git a/www/conservancy/static/docs/conservancy_Form-990_fy-2017.pdf b/www/conservancy/static/docs/conservancy_Form-990_fy-2017.pdf
new file mode 100644
index 00000000..70a2b515
Binary files /dev/null and b/www/conservancy/static/docs/conservancy_Form-990_fy-2017.pdf differ
diff --git a/www/conservancy/static/docs/conservancy_independent-audit_fy-2017.pdf b/www/conservancy/static/docs/conservancy_independent-audit_fy-2017.pdf
new file mode 100644
index 00000000..17d6439c
Binary files /dev/null and b/www/conservancy/static/docs/conservancy_independent-audit_fy-2017.pdf differ
diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html
index 5efbd11e..dbf15368 100644
--- a/www/conservancy/templates/base_conservancy.html
+++ b/www/conservancy/templates/base_conservancy.html
@@ -62,6 +62,7 @@ this_match_remaining: this_match_goal - this_match_so_far
{% endcomment %}
+{% comment %}
{% if sitefundgoal %}
{% with this_match_goal=sitefundgoal.fundraiser_goal_amount this_match_so_far=sitefundgoal.fundraiser_so_far_amount %}
{% with this_match_remaining=this_match_goal|subtract:this_match_so_far %}
@@ -104,6 +105,7 @@ this_match_remaining: this_match_goal - this_match_so_far
{% endwith %}
{% endwith %}
{% endif %}
+{% endcomment %}
{% block outercontent %}
{% block content %}{% endblock %}
{% endblock %}