Update confirm GW button on superevent detail page
The 'confirm GW' button on the superevent web detail page now uses AJAX to make the request to the corresponding API endpoint. As a result, the separate view function for this endpoint in the superevents app is no longer needed, so we have deleted it.
Showing
- gracedb/superevents/urls.py 0 additions, 2 deletionsgracedb/superevents/urls.py
- gracedb/superevents/views.py 1 addition, 29 deletionsgracedb/superevents/views.py
- gracedb/templates/superevents/detail.html 4 additions, 4 deletionsgracedb/templates/superevents/detail.html
- gracedb/templates/superevents/superevent_detail_script.js 37 additions, 0 deletionsgracedb/templates/superevents/superevent_detail_script.js
Please register or sign in to comment