I didn't realize extend is first

This commit is contained in:
Bradley M. Kuhn 2015-03-08 21:17:06 -07:00
parent 4a5af8324a
commit eb18c15f66

View file

@ -1,5 +1,5 @@
{% load humanize %}
{% extends "base_conservancy.html" %}
{% load humanize %}
{% block subtitle %}NPOAcct - {% endblock %}
{% block category %}npoacct{% endblock %}