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 }}