show clone id on props page

This commit is contained in:
aronwk-aaron
2023-11-09 23:48:28 -06:00
parent 01e304a041
commit 7ca62fe478
2 changed files with 20 additions and 1 deletions

View File

@@ -77,6 +77,14 @@
{{ property.performance_cost }}
</div>
</div>
<div class="row">
<div class="col text-right">
Clone ID:
</div>
<div class="col">
{{ property.clone_id }}
</div>
</div>
{% if request.endpoint != "properties.view" %}
<br/>
<div class="row">