I didn't realize extend is first
This commit is contained in:
parent
4a5af8324a
commit
eb18c15f66
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{% load humanize %}
|
|
||||||
{% extends "base_conservancy.html" %}
|
{% extends "base_conservancy.html" %}
|
||||||
|
{% load humanize %}
|
||||||
|
|
||||||
{% block subtitle %}NPOAcct - {% endblock %}
|
{% block subtitle %}NPOAcct - {% endblock %}
|
||||||
{% block category %}npoacct{% endblock %}
|
{% block category %}npoacct{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue