customizable navigation header template available for override

This commit is contained in:
Tom Weber 2020-10-13 20:12:09 -06:00
parent 14b53bb498
commit b33ee08d5d
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
{# Override this template in your own templates directory to customize #}

View File

@ -1,5 +1,7 @@
{% load i18n helpdesk_staff %}
{% include 'helpdesk/custom_navigation_header.html' %}
<nav class="navbar navbar-expand navbar-dark bg-dark static-top">
<a class="navbar-brand" href="{% url 'helpdesk:home' %}">{% trans 'Helpdesk' %}</a>