From 46c39399ff63e5566fed2529de664dd92479aa67 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Fri, 29 Oct 2021 17:18:15 -0700 Subject: [PATCH] fix(fastapi): fix /account/{username} links Signed-off-by: Kevin Morris --- templates/account/show.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/account/show.html b/templates/account/show.html index 9d3c26e5..0c99c99f 100644 --- a/templates/account/show.html +++ b/templates/account/show.html @@ -72,14 +72,14 @@
  • {{ "%sEdit this user's account%s" | tr - | format('' | format(user | account_url), "") + | format('' | format(user.Username), "") | safe }}
  • {{ "%sList this user's comments%s" | tr - | format('' | format(user | account_url), "") + | format('' | format(user.Username), "") | safe }}