[UPDT] EMPLOYEE: Updated employee personal info as p html for translation tags

This commit is contained in:
Horilla
2024-12-31 18:57:34 +05:30
parent 0c974724d8
commit 01c6ae7703
5 changed files with 21 additions and 21 deletions

View File

@@ -11,7 +11,7 @@
for="id_{{ field.name }}"
title="{{ field.help_text|safe }}"
>
{{ field.label }}
{% trans field.label %}
</label>
{% if field.field.widget.input_type == 'checkbox' %}
@@ -31,7 +31,7 @@
for="id_{{ field.name }}"
title="{{ field.help_text|safe }}"
>
{{ field.label }}
{% trans field.label %}
</label>
{{ field }}
{{ field.errors }}

View File

@@ -6,7 +6,7 @@
<section class="oh-wrapper oh-main__topbar" x-data="{searchShow: false}">
<div class="oh-main__titlebar oh-main__titlebar--left">
<div style="display: flow;">
<h1 class="oh-main__titlebar-title fw-bold">{% trans "Organizational Chart" %}</h1>
<h1 class="oh-main__titlebar-title fw-bold">{% trans "Organization Chart" %}</h1>
<select id="mangerSelect" class="oh-select {% if not reporting_manager_dict %} d-none {% endif %}" style="
align-items: center;
background-color: #fff;