[UPDT] PMS: Date format change system in pms views
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user