Commit 825ed891 authored by Kristian Tan's avatar Kristian Tan

Display new device form when link clicked

parent 0fe5a784
...@@ -100,7 +100,8 @@ def main(): ...@@ -100,7 +100,8 @@ def main():
'pins': pins, 'pins': pins,
'daily_total': daily_total, 'daily_total': daily_total,
'todays_cost': todays_cost, 'todays_cost': todays_cost,
'cost_per_kWh': os.environ['cost_per_kWh'] 'cost_per_kWh': os.environ['cost_per_kWh'],
'display_form': False
} }
......
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