Skip to content

Commit

Permalink
[UPD] ssi_partner_experience_portal
Browse files Browse the repository at this point in the history
  • Loading branch information
Miftahussalam authored and mikevhe18 committed Mar 12, 2024
1 parent cf4eb9e commit 25271f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssi_partner_experience_portal/views/portal_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<div class="form-group">
<label for="name">Date End:</label>
<input type="date" t-attf-class="form-control form-control-sm"
name="date_end" t-att-required="'required' if current_academic_id.expire else None" t-att-value="current_experience_id.date_end" />
name="date_end" t-att-required="'required' if current_experience_id.expire else None" t-att-value="current_experience_id.date_end" />
</div>
<div class="form-group">
<label for="note">Notes:</label>
Expand Down

0 comments on commit 25271f7

Please sign in to comment.