From eb18c15f66a2d35a78b83212f9f5d431529b13f2 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 8 Mar 2015 21:17:06 -0700 Subject: [PATCH] I didn't realize extend is first --- www/conservancy/static/npoacct/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/conservancy/static/npoacct/index.html b/www/conservancy/static/npoacct/index.html index 064f5db2..7519f3b2 100644 --- a/www/conservancy/static/npoacct/index.html +++ b/www/conservancy/static/npoacct/index.html @@ -1,5 +1,5 @@ -{% load humanize %} {% extends "base_conservancy.html" %} +{% load humanize %} {% block subtitle %}NPOAcct - {% endblock %} {% block category %}npoacct{% endblock %}