Skip to content

Commit

Permalink
Change blueprint path
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Jul 15, 2024
1 parent d492aab commit 7c15316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<h3>{{ _("Bulk upload finished") }}</h3>
<h3>{{ _("Upload finished") }}</h3>
</br>
<p><small>{{ _("Notice: Reloading this page will send the same request again and repeat the bulk upload") }}</small></p>
2 changes: 1 addition & 1 deletion ckanext/bulkupload/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def bulk_resource_upload(pkg_name):
)


bulkupload.add_url_rule("/dataset/busoperator",
bulkupload.add_url_rule("/dataset/new/busoperator",
view_func=busoperator,
methods=("GET", "POST"))

Expand Down

0 comments on commit 7c15316

Please sign in to comment.