Commit e208d429 authored by Kristian Tan's avatar Kristian Tan

Display todays cost

parent 58f80248
......@@ -100,7 +100,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