Skip to content

Commit

Permalink
fixup! display changes to support local council scorecards
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Apr 22, 2024
1 parent f83e463 commit 0753ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/templates/hub/area/_range_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<th>
{{ row.label|html_format_dataset_name|safe }}
</th>
<td>{{ row.value|floatformat }}%</td>
<td>{{ row.value|floatformat:"0" }}%</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 0753ca8

Please sign in to comment.