Remove old snippets for resource/asset compatibility

This commit is contained in:
pdelboca 2023-02-28 10:27:12 -03:00
parent 8c340f3690
commit aa44587b7a
4 changed files with 2 additions and 4 deletions

View File

@ -2,5 +2,5 @@
{% block styles %}
{{ super() }}
{% include 'harvest/snippets/harvest_asset.html' %}
{% asset 'ckanext-harvest/harvest_css' %}
{% endblock %}

View File

@ -1 +0,0 @@
{% asset 'ckanext-harvest/harvest_css' %}

View File

@ -1 +0,0 @@
{% asset 'harvest-extra-field/main' %}

View File

@ -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" >