Skip to content
Snippets Groups Projects
Commit fd38090e authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-2886: auto refresh

parent e8a86f80
No related branches found
No related tags found
No related merge requests found
......@@ -815,7 +815,8 @@ def public_schedule(request):
background-color: #DDDDDD;
}
</style>
<title>LOFAR observing schedule</title>
<title>LOFAR observing schedule %sUTC</title>
<meta http-equiv="refresh" content="60">
</head>
<body>
<table>
......@@ -823,7 +824,7 @@ def public_schedule(request):
</table>
</body>
</html>
''' % (table_rows,)
''' % (datetime.utcnow().strftime("%Y-%m-%d %H:%M"), table_rows,)
return HttpResponse(html_doc, content_type='text/html')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment