Forgot to load humanize, needed for formatting.

This commit is contained in:
Bradley M. Kuhn 2015-03-08 22:04:24 -07:00
parent 51ebbc9cb8
commit b88b6bd211

View file

@ -1,4 +1,5 @@
{% extends "base_conservancy.html" %}
{% load humanize %}
{% block head %}
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
<link href="/forms.css" rel="stylesheet" type="text/css"/>