templates/ajovuoro-suppea.html

changeset 22
3d094a804af8
parent 21
6a0394d5a159
--- a/templates/ajovuoro-suppea.html	Tue Jun 13 00:47:24 2017 +0300
+++ b/templates/ajovuoro-suppea.html	Tue Jun 20 09:37:43 2017 +0300
@@ -12,26 +12,10 @@
 	{
 		text-align: center;
 	}
-	.sarake-alue
-	{
-		text-align: left;
-	}
 	</style>
 	<title>{{linja}} {{selite}}</title>
 </head>
 <body>
 	<h1>{{linja}} {{selite}}</h1>
-	<table id='aikataulu' cellspacing='0'>
-		<tr>
-			<th class='sarake-aika'>Aika</th>
-			<th class='sarake-alue'>Alue</th>
-		</tr>
-		{% for rivi in suppea_reitti %}
-		<tr>
-			<td class='sarake-aika'>{{rivi['aika']}}</td>
-			<td class='sarake-alue'>{{rivi['alue']}}</td>
-		</tr>
-		{% endfor %}
-	</table>
 </body>
 </html>

mercurial