From: root Date: Tue, 21 Jan 2014 23:19:38 +0000 Subject: remove white background on rsss feed on ckan 2.1 X-Git-Url: http://maxious.lambdacomplex.org/git/?p=ckanext-datagovau.git&a=commitdiff&h=3b2d4258f6a9d11a4545bf7808c39c1add13b3c2 --- remove white background on rsss feed on ckan 2.1 --- --- a/ckanext/datagovau/templates/home/index.html +++ b/ckanext/datagovau/templates/home/index.html @@ -1,18 +1,12 @@ {% ckan_extends %} - {% block home_search %} - -
+{% block home_secondary_content %} -
-
-
- - +
-
-

{{ _("Search Your Data") }}

-
- - -
-
+{{ super() }} {% endblock %}