[UPDT] EMPLOYEE: Updated translations tag on organisation chart
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{% extends 'index.html' %}
|
{% extends 'index.html' %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
{% load i18n %}
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@@ -13,7 +14,7 @@
|
|||||||
class="oh-main__titlebar oh-main__titlebar--left oh-d-flex-column--resp oh-mb-3--small"
|
class="oh-main__titlebar oh-main__titlebar--left oh-d-flex-column--resp oh-mb-3--small"
|
||||||
>
|
>
|
||||||
<h1 class="oh-main__titlebar-title fw-bold">
|
<h1 class="oh-main__titlebar-title fw-bold">
|
||||||
Organizational Chart
|
{% trans "Organizational Chart" %}
|
||||||
</h1>
|
</h1>
|
||||||
<select id="mangerSelect" class="oh-select"
|
<select id="mangerSelect" class="oh-select"
|
||||||
style="
|
style="
|
||||||
@@ -25,7 +26,7 @@
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
"
|
"
|
||||||
name="manager_id"
|
name="manager_id"
|
||||||
title="Reporting Managers"
|
title="{% trans 'Reporting Managers' %}"
|
||||||
hx-post="{% url 'organisation-chart' %}"
|
hx-post="{% url 'organisation-chart' %}"
|
||||||
hx-target="#chart_target"
|
hx-target="#chart_target"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user