Commit d9bec1a9 authored by Kristian Tan's avatar Kristian Tan

Display todays cost

parent f5c7a378
......@@ -101,7 +101,7 @@ def toggle_pin(change_pin):
template_data = {
'pins': pins,
'daily_total': daily_total,
'todays_cost': todays_cost
# 'todays_cost': todays_cost
}
return render_template('main.html', **template_data)
......
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