Skip to content

Commit

Permalink
fix: remove unused modals
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Jul 31, 2024
1 parent 71ead56 commit 4a32b0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions ckanext/bulk/templates/bulk/manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,3 @@ <h2 class="module-heading">
</div>
</div>
{% endblock %}

{% block scripts %}
<div id="bulk-modal-result" class="modal ticket-modal fade show">
{{ _("No results yet") }}
</div>

<div id="bulk-modal-logs" class="modal ticket-modal fade show">
<ul class="log-container">
{{ _("No logs yet") }}
</ul>
</div>

{{ super() }}
{% endblock %}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ckanext-bulk
version = 0.2.0
version = 0.2.1
description = Bulk update for CKAN datasets/resources
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 4a32b0b

Please sign in to comment.