Remove old snippets for resource/asset compatibility
This commit is contained in:
parent
8c340f3690
commit
aa44587b7a
|
@ -2,5 +2,5 @@
|
|||
|
||||
{% block styles %}
|
||||
{{ super() }}
|
||||
{% include 'harvest/snippets/harvest_asset.html' %}
|
||||
{% asset 'ckanext-harvest/harvest_css' %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{% asset 'ckanext-harvest/harvest_css' %}
|
|
@ -1 +0,0 @@
|
|||
{% asset 'harvest-extra-field/main' %}
|
|
@ -1,6 +1,6 @@
|
|||
{% import 'macros/form.html' as form %}
|
||||
|
||||
{% include 'harvest/snippets/harvest_extra_field_asset.html' %}
|
||||
{% asset 'harvest-extra-field/main' %}
|
||||
|
||||
<form id="source-new" class="form-horizontal {{ h.bootstrap_version() }}" method="post" >
|
||||
|
||||
|
|
Loading…
Reference in New Issue