Commit e583e2cc authored by Kristian Tan's avatar Kristian Tan

Display cost per unit

parent 4a3d4be5
......@@ -32,7 +32,7 @@
<div class="smart_meter">
<div class="smart_meter_info">
{# Implement some way to display "No devices" message if none are in use#}
<p> Cosr per kWh: {{ cost_per_kWh }}</p>
<p> Cosr per kWh: £{{ cost_per_kWh }}</p>
<p> Total energy used today: {{ daily_total }} kWh.</p>
<p> Total cost of today's energy usage: £{{ todays_cost }}</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment