[UPDT] EMPLOYEE: Updated employee personal info as p html for translation tags
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user