From b33ee08d5d101091c5df687c2c680afbdef9b92a Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Tue, 13 Oct 2020 20:12:09 -0600 Subject: [PATCH 1/3] customizable navigation header template available for override --- helpdesk/templates/helpdesk/custom_navigation_header.html | 1 + helpdesk/templates/helpdesk/navigation-header.html | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 helpdesk/templates/helpdesk/custom_navigation_header.html 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' %} +