mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 16:03:19 +01:00
customizable navigation header template available for override
This commit is contained in:
parent
14b53bb498
commit
b33ee08d5d
@ -0,0 +1 @@
|
||||
{# Override this template in your own templates directory to customize #}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user