From 86e6f6d9c9c0340d32fb9fbf93fdc938bef75bcf Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 20 Jun 2021 20:01:20 +0000
Subject: [PATCH] Update bus types: DN001, PA100-PA101, BR564-BR568, PR767-PR768, PR777

---
 templates/vehicles.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/templates/vehicles.html b/templates/vehicles.html
index 63fc393..d44a311 100644
--- a/templates/vehicles.html
+++ b/templates/vehicles.html
@@ -91,7 +91,9 @@
 {% for map in mapping %}
 <tr>
 <td>
-{{ map.num | e }}
+<a href="https://mpk.jacekk.net/map.html#!{{ map.vehicle.num }}" class="low{{ map.vehicle.low | default }}">
+{{ map.vehicle.num | e }}
+</a>
 </td>
 <td>
 {{ map.line | default('?') | e }}

--
Gitblit v1.9.1