Skip to content

Commit cf3c424

Browse files
authored
Merge pull request #9 from DanSheps/develop
Fixes: #1 - Fix contract expiry display
2 parents b96651b + 51899d0 commit cf3c424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netbox_lifecycle/templates/netbox_lifecycle/supportcontract.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ <h5 class="card-header">Dates</h5>
4141
<td>{{ object.renewal }}</td>
4242
</tr>
4343
<tr>
44-
<td>Expiry</td>
45-
<td>{{ object.expiry }}</td>
44+
<td>End</td>
45+
<td>{{ object.end }}</td>
4646
</tr>
4747
</table>
4848
</div>

0 commit comments

Comments
 (0)