Skip to content

Commit

Permalink
Fix format of target date
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Jan 22, 2024
1 parent a9e6c97 commit 45e0957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/issue.tt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</div>
<div class="form-group objective">
<label for="target_date">Target date</label>
<input type="text" class="form-control datepicker" id="target_date" name="target_date" value="[% issue.target_date | html_entity %]">
<input type="text" class="form-control datepicker" id="target_date" name="target_date" value="[% issue.target_date.ymd | html_entity %]">
</div>
<div class="form-group objective">
<label for="resources_required">Resources required</label>
Expand Down

0 comments on commit 45e0957

Please sign in to comment.