templates/cluster.html

changeset 32
ca1a0ea81cf6
parent 31
60045b362d71
child 34
d1b88561afdf
--- a/templates/cluster.html	Wed Jun 28 12:20:05 2017 +0300
+++ b/templates/cluster.html	Wed Jun 28 13:11:37 2017 +0300
@@ -3,6 +3,7 @@
 	<link rel="icon" type="image/png" href="/static/favicon.png" />
 	<link rel="stylesheet" type="text/css" href="/static/style.css" />
 	<meta charset='UTF-8' />
+	<meta http-equiv='refresh' content='60'>
 	<title>{{name}}</title>
 	{% if amount_of_stops_in_cluster >= 5 %}
 	<style>
@@ -35,11 +36,10 @@
 	</style>
 </head>
 <body>
-	<h1><img src="/static/iso-pysäkki.png" height="96" /> <span>{{name}}</span></h1>
+	<h1><img src="/static/pysäkki.png" height="96" /> <span>{{name}}</span></h1>
 	<p id="pysäkki-info">
-	<a class="pysäkki-sijainti" href="{{link_to_map}}" target="_blank">📌 ({{location}})</a>
+		<a class="pysäkki-sijainti" href="{{link_to_map}}" target="_blank">📌 ({{location}})</a>
 	</p>
-	<p>{{tr('stops-in-cluster', 'misc-text')}}:</p>
 	<div class="stops-in-cluster">
 	<ul>
 	{% for stop in stops_in_cluster %}

mercurial