[UPDT] PMS: Date format change system in pms views

This commit is contained in:
Horilla
2023-12-20 14:35:37 +05:30
parent 067fc10c2d
commit 3d1ce4aa96
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@
<div class="col-12 col-sm-12 col-md-4 col-lg-4">
<div class="oh-input__group">
<label class="oh-input__label" for="keyType">{% trans "Key Results" %}
type</label>
{% trans "type" %}</label>
{{key_result_form.progress_type}}
{{key_result_form.progress_type.errors}}
</div>

View File

@@ -56,8 +56,8 @@
<span class="oh-profile__name oh-text--dark">{{period.period_name}}</span>
</div>
</div>
<div class="oh-sticky-table__td">{{period.start_date}}</div>
<div class="oh-sticky-table__td">{{period.end_date}}</div>
<div class="oh-sticky-table__td dateformat_changer">{{period.start_date}}</div>
<div class="oh-sticky-table__td dateformat_changer">{{period.end_date}}</div>
<div class="oh-sticky-table__td">
<div class="oh-btn-group">
<a data-toggle="oh-modal-toggle" data-target="#PeriodModal" class="oh-btn oh-btn--light-bkg w-100 " title="{% trans 'Update' %}" hx-get="{% url 'period-update' period_id=period.id%}" hx-target="#periodModalTarget"> <ion-icon