diff --git a/helpdesk/templates/helpdesk/followup_edit.html b/helpdesk/templates/helpdesk/followup_edit.html index 5ca542e9..9ef48ff9 100644 --- a/helpdesk/templates/helpdesk/followup_edit.html +++ b/helpdesk/templates/helpdesk/followup_edit.html @@ -1,6 +1,13 @@ {% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Edit followup" %}{% endblock %} -{% block helpdesk_head %}{% endblock helpdesk_head %} + +{% block helpdesk_head %} + +{% endblock helpdesk_head %} {% block helpdesk_body %} diff --git a/helpdesk/templates/helpdesk/ticket.html b/helpdesk/templates/helpdesk/ticket.html index 08fa3fc1..553c7885 100644 --- a/helpdesk/templates/helpdesk/ticket.html +++ b/helpdesk/templates/helpdesk/ticket.html @@ -24,6 +24,8 @@ }); } }); + + $("[data-toggle=tooltip]").tooltip(); }); function processAddFileClick() {