[UPDT] EMPLOYEE: Updated translations tag on organisation chart

This commit is contained in:
Horilla
2024-09-23 12:45:09 +05:30
parent 0b031c35f7
commit 9d48e1097e

View File

@@ -1,5 +1,6 @@
{% extends 'index.html' %}
{% block content %}
{% load i18n %}
<style>
</style>
@@ -13,7 +14,7 @@
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">
Organizational Chart
{% trans "Organizational Chart" %}
</h1>
<select id="mangerSelect" class="oh-select"
style="
@@ -25,7 +26,7 @@
border-radius: 2px;
"
name="manager_id"
title="Reporting Managers"
title="{% trans 'Reporting Managers' %}"
hx-post="{% url 'organisation-chart' %}"
hx-target="#chart_target"
>