--- a/templates/ajovuoro-suppea.html Sun Apr 23 11:01:51 2017 +0300 +++ b/templates/ajovuoro-suppea.html Fri May 19 21:15:12 2017 +0300 @@ -5,7 +5,7 @@ <style> body { - font-family: "Latin Modern Sans", Tahoma, FreeSans, Arial, sans-serif; + font-family: FreeSans, Arial, sans-serif; background: white; color: black; margin: 0; @@ -54,10 +54,10 @@ font-variant: small-caps; } </style> - <title>Ajovuoro #{{numero}}: {{linja}} {{selite}}</title> + <title>{{linja}} {{selite}}</title> </head> <body> - <h1>Ajo {{numero}}: {{linja}} {{selite}}</h1> + <h1>{{linja}} {{selite}}</h1> <table id='aikataulu'> <tr> <th class='sarake-aika'>Aika</th> @@ -71,4 +71,4 @@ {% endfor %} </table> </body> -</html> \ No newline at end of file +</html>