From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 20 Jan 2025 11:57:42 +0000 (+0100)
Subject: Minor linking fix to raw view template.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/static/%7B%7Bprefix%7D%7D/conditions?a=commitdiff_plain;h=257f3da062b47827bfe906c7628b32c5bfea47f4;p=ledgplom

Minor linking fix to raw view template.
---

diff --git a/templates/raw.tmpl b/templates/raw.tmpl
index 20980ae..59e951f 100644
--- a/templates/raw.tmpl
+++ b/templates/raw.tmpl
@@ -10,7 +10,7 @@ table { font-family: monospace; }
   <tr class="{{l.type}}">
   {% if l.type == "intro" %}
     <td id="{{l.booking_id_}}"><a href="#{{l.booking_id}}">#</a></td>
-    <td><a href="booking/{{l.booking_id}}"/>{{l.raw_nbsp}}</a></td>
+    <td><a href="/booking/{{l.booking_id}}"/>{{l.raw_nbsp}}</a></td>
   {% else %}
     <td></td>
     <td>{{l.raw_nbsp}}</td>