Skip to content

Commit

Permalink
Merge pull request #9 from DanSheps/develop
Browse files Browse the repository at this point in the history
Fixes: #1 - Fix contract expiry display
  • Loading branch information
DanSheps authored Mar 20, 2024
2 parents b96651b + 51899d0 commit cf3c424
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ <h5 class="card-header">Dates</h5>
<td>{{ object.renewal }}</td>
</tr>
<tr>
<td>Expiry</td>
<td>{{ object.expiry }}</td>
<td>End</td>
<td>{{ object.end }}</td>
</tr>
</table>
</div>
Expand Down

0 comments on commit cf3c424

Please sign in to comment.