Add property reputation handling

This commit is contained in:
Aaron Kimbre
2022-03-31 18:05:28 -05:00
parent 560afa5e0d
commit 7f992a5dfa
6 changed files with 90 additions and 13 deletions

View File

@@ -69,6 +69,14 @@
{{ property.reputation }}
</div>
</div>
<div class="row">
<div class="col text-right">
Performance Cost:
</div>
<div class="col">
{{ property.performance_cost }}
</div>
</div>
{% if request.endpoint != "properties.view" %}
<br/>
<div class="row">

View File

@@ -32,6 +32,7 @@
<th>Claimed</th>
<th>Rejection Reason</th>
<th>Reputation</th>
<th>Performance Cost</th>
<th>Location</th>
</tr>
</thead>