Miscellaneous fixes #36

Merged
mattbk merged 3 commits from fix-on into master 2017-11-27 22:15:59 -06:00
2 changed files with 11 additions and 4 deletions
Showing only changes of commit 32cab451c1 - Show all commits

View File

@ -135,6 +135,8 @@ def history():
graphJSON = graphJSON,
total_minutes = sum(streak_minutes),
range_hours = range_hours,
from_date = from_date_str,
to_date = to_date_str,
debug = streak_minutes,
)

View File

@ -58,7 +58,7 @@
<div class="row">
<div class="eleven columns">
<div class="one column">
<a href="/">Live</a>
<a href="/">Live</a>
</div>
<form id="range_select" action = "/history" method="GET">
<input type="hidden" class="timezone" name="timezone" />
@ -74,7 +74,7 @@
<div class="one column">
<input type="radio" name="range_h" value="24" id="radio_24" /><label for="radio_24">24hrs</label>
</div>
</form>
</form>
</div>
</div>