diff --git a/helpdesk/templates/helpdesk/custom_navigation_header.html b/helpdesk/templates/helpdesk/custom_navigation_header.html new file mode 100644 index 00000000..0e23dc2c --- /dev/null +++ b/helpdesk/templates/helpdesk/custom_navigation_header.html @@ -0,0 +1 @@ +{# Override this template in your own templates directory to customize #} diff --git a/helpdesk/templates/helpdesk/navigation-header.html b/helpdesk/templates/helpdesk/navigation-header.html index a4a80417..bee20ccf 100644 --- a/helpdesk/templates/helpdesk/navigation-header.html +++ b/helpdesk/templates/helpdesk/navigation-header.html @@ -1,5 +1,7 @@ {% load i18n helpdesk_staff %} + {% include 'helpdesk/custom_navigation_header.html' %} +