Remove cruft
This commit is contained in:
parent
44f49e5974
commit
01fd7bad69
|
@ -303,7 +303,6 @@ def list_sessions(
|
||||||
# by default, sort from newest to oldest
|
# by default, sort from newest to oldest
|
||||||
dataset = Session.objects.order_by("-timestamp_start")
|
dataset = Session.objects.order_by("-timestamp_start")
|
||||||
|
|
||||||
context["total_duration"] = dataset.total_duration_formatted()
|
|
||||||
context["dataset"] = dataset
|
context["dataset"] = dataset
|
||||||
try:
|
try:
|
||||||
context["last"] = Session.objects.latest()
|
context["last"] = Session.objects.latest()
|
||||||
|
|
Loading…
Reference in New Issue