Fixed to use restored v1 API

This commit is contained in:
2024-08-07 14:38:21 +03:00
parent 8a13989ba3
commit 663a89785c
4 changed files with 91 additions and 10299 deletions

View File

@@ -17,7 +17,7 @@
{{ range .Favourites }}
<tr style="height: 2em; vertical-align: center;">
<td style="width: 30em; text-align: center;">
<a href="/{{ .ID }}">
<a href="/{{ .Code }}">
{{ .Name }} ({{ .Code }})
</a>
</td>