diff options
author | zsloan | 2022-09-06 19:36:19 +0000 |
---|---|---|
committer | zsloan | 2022-09-06 19:36:19 +0000 |
commit | be09d5a11fd567b59bf23cb3bab86cebf5fc0bd1 (patch) | |
tree | 178955a08d9381a98a41a868aa9fe47e13470e4f /wqflask | |
parent | e4d48672361ef303cf9812277b78fa9037a5bed8 (diff) | |
download | genenetwork2-be09d5a11fd567b59bf23cb3bab86cebf5fc0bd1.tar.gz |
Change collections/view forms' default action from /delete to /loading (because it was weird for it to be /delete)
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/collections/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/collections/view.html b/wqflask/wqflask/templates/collections/view.html index b433afe3..643d6f31 100644 --- a/wqflask/wqflask/templates/collections/view.html +++ b/wqflask/wqflask/templates/collections/view.html @@ -20,7 +20,7 @@ <h3>This collection has {{ '{}'.format(numify(trait_obs|count, "record", "records")) }}</h3> <div class="tool-button-container"> - <form id="collection_form" action="/delete" method="post"> + <form id="collection_form" action="/loading" method="post"> <input type="hidden" name="uc_id" id="uc_id" value="{{ uc.id }}" /> <input type="hidden" name="collection_name" id="collection_name" value="{{ uc.name }}" /> <input type="hidden" name="tool_used" value="" /> |