From 6c85d9871c11773f8f60ab90d84b52056b3af13d Mon Sep 17 00:00:00 2001 From: ix <0x00fi@protonmail.com> Date: Fri, 22 Oct 2021 16:08:22 +0200 Subject: [PATCH] fix template profile --- src/accounts/templates/accounts/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounts/templates/accounts/profile.html b/src/accounts/templates/accounts/profile.html index ac67508..44fd9d2 100644 --- a/src/accounts/templates/accounts/profile.html +++ b/src/accounts/templates/accounts/profile.html @@ -60,7 +60,7 @@ {% else %} -

{% trans "It's seem {{ user.username }} have never solved any CTF yet..." %}

+

{% trans "It's seem this user have never solved any CTF yet..." %}

{% endif %}