diff --git a/ckanext/jsonpreview/theme/templates/json.html b/ckanext/jsonpreview/theme/templates/json.html index 4e212a1706b..a9a241944ff 100644 --- a/ckanext/jsonpreview/theme/templates/json.html +++ b/ckanext/jsonpreview/theme/templates/json.html @@ -8,9 +8,6 @@ -{% endblock %} -{% block scripts %} - {{ super() }} {% resource 'ckanext-jsonpreview/main' %} {% endblock %} \ No newline at end of file diff --git a/ckanext/reclinepreview/theme/templates/recline.html b/ckanext/reclinepreview/theme/templates/recline.html index a21692cbf91..a3165c803fd 100644 --- a/ckanext/reclinepreview/theme/templates/recline.html +++ b/ckanext/reclinepreview/theme/templates/recline.html @@ -7,9 +7,6 @@

{{ _('Loading...') }}

-{% endblock %} -{% block scripts %} - {{ super() }} {% resource 'ckanext-reclinepreview/main' %} {% endblock %} \ No newline at end of file