From 5071591286b89bd05fb9febed308fc219bf7deca Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Wed, 20 Jun 2012 02:54:17 -0400 Subject: removing all base_*.html template files. All templates now extends single base.html --- templates/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/api.html') diff --git a/templates/api.html b/templates/api.html index afabbb4..fdc78e3 100644 --- a/templates/api.html +++ b/templates/api.html @@ -2,7 +2,7 @@ {% block title %}{{ app_name }}{% endblock %} -{% block additional_headers %} +{% block additional_stylesheets %} {% endblock %} -- cgit