diff --git a/RIGS/templates/RIGS/event_form.html b/RIGS/templates/RIGS/event_form.html index cf627aa7..4d3c3509 100644 --- a/RIGS/templates/RIGS/event_form.html +++ b/RIGS/templates/RIGS/event_form.html @@ -19,6 +19,7 @@ + @@ -110,6 +111,9 @@ $(document).ready(function () { setupItemTable($("#{{ form.items_json.id_for_label }}").val()); }); + $(function () { + $('[data-toggle="tooltip"]').tooltip(); + }) {% endblock %} @@ -160,7 +164,7 @@