From a1914b0f97b2007598812cab1cb2fcbfd245f110 Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Sun, 15 Jan 2023 23:10:46 +0000 Subject: [PATCH] fix hall of fame link, closes #37 --- i2p2www/pages/site/about/team.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/pages/site/about/team.html b/i2p2www/pages/site/about/team.html index 7014cdf0d..127122638 100644 --- a/i2p2www/pages/site/about/team.html +++ b/i2p2www/pages/site/about/team.html @@ -403,7 +403,7 @@ network. <td valign="top" colspan="2">{% trans %}… and many others{% endtrans %}</td> </tr> <tr> - <td><a href="site_url(about/hall-of-fame)">Hall of Fame!</a></td> + <td>{% trans famehall=site_url('about/hall-of-fame') -%}<a href="{{ famehall }}">Hall of Fame!</a>{%- endtrans %}</td> </tr> </table> {% endblock %} -- GitLab