diff --git a/RIGS/static/js/autocompleter.js b/RIGS/static/js/autocompleter.js index 5e6c5653..3f0a8ef1 100644 --- a/RIGS/static/js/autocompleter.js +++ b/RIGS/static/js/autocompleter.js @@ -25,7 +25,7 @@ function refreshUpdateHref(obj) { // console.log('Trying to disable'); targetObject.attr('disabled', true); } else { - // targetObject.attr('href', update_url); + targetObject.attr('href', update_url); targetObject.attr('disabled', false); } } diff --git a/RIGS/templates/RIGS/event_form.html b/RIGS/templates/RIGS/event_form.html index 132148c8..df975867 100644 --- a/RIGS/templates/RIGS/event_form.html +++ b/RIGS/templates/RIGS/event_form.html @@ -424,6 +424,13 @@ {% include "RIGS/item_table.html" %} +